stormz
v0.0.2
Published
Access to stormz's API
Downloads
2
Readme
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.