stormz

0.0.2 • Public • Published

node-stormz

Simple node wrapper around Stormz's API.

Install

npm install stormz

Usage

var Stormz = require('stormz');

var stormz = new Stormz(token);
stormz.json('get', '/v1/user/me').on('complete', function(data, response) {
    console.log('complete', response.statusCode, data);
});

License

(c) 2015 Stormz

This code is free to use under the terms of the MIT license.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i stormz

    Weekly Downloads

    3

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • francois