Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 150 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 150 Bytes

writeas.js

import Client from 'writeas';

const client = new Client('some access token');
client.createPost('wow this is cool');