Simple node wrapper around Stormz's API.
npm install stormz
varStormz=require('stormz');varstormz=newStormz(token);stormz.get('/v1/user/me').on('complete',function(data,response){console.log('complete',response.statusCode,data);});(c) 2015 Stormz
This code is free to use under the terms of the MIT license.