gauges-node
v0.0.1
Published
Gauges node.js API library
Downloads
4
Readme
Gaug.es Node
Unofficial gaug.es node.js API library. Based on the official ruby gem. library.
Install
npm install gauges-node
Usage
// List the titles of your gauges
var Gauges = require('gauges-node');
var client = new Gauges({ token: '...' });
client.gauges(function(body) {
var gauges = body.gauges;
console.log(gauges);
});
TODO
Add tests. I just did a quick convertion.
Copyright
MIT-LICENSE.