0.0.2 • Published 8 years ago

stormz v0.0.2

Weekly downloads
11
License
-
Repository
github
Last release
8 years ago

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.