postit

0.0.1 • Public • Published

postit

A tiny HTTP+JSON utility to post an object to a uri

  • Install

    $ npm install postit

  • Example

    var PostIt = require('postit');

    var poster = new PostIt('http://restapi.com/somepath');

    poster.post({ name: 'testevent', count:5 });

  • Dependenices

    None! Just uses http & url

Readme

Keywords

none

Package Sidebar

Install

npm i postit

Weekly Downloads

0

Version

0.0.1

License

BSD-2-Clause

Last publish

Collaborators

  • jakenuts