Skip to content

stormz/node-stormz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-stormz

Simple node wrapper around Stormz's API.

Install

npm install stormz

Usage

var Stormz = require('stormz');

var stormz = new Stormz(token);
stormz.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.