0.0.1 • Published 12 years ago

gauges-node v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
12 years ago

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.