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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i postit

      Weekly Downloads

      2

      Version

      0.0.1

      License

      BSD-2-Clause

      Last publish

      Collaborators

      • jakenuts