1.0.2 • Published 7 years ago

@hermaeus/micropost v1.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
7 years ago

A Simple, promise based, dependency free POST only request library

micropost(url,options)

const micropost = require('micropost');

micropost('https://www.example.com/example', options)({foo:'bar'}).then(response => {
  console.log(response.body);
});
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago