up-client

v0.0.1
Node.js client for the (unofficial) Jawbone UP API

up-client

Node.js client for the (unofficial) Jawbone UP API

Installation

npm install up-client

Basic Use

var up = require('up-client');

// First, let's authorize a user and get their unique id (XID)
up.authorize('[email protected]', 'somePassword', function (err, xid) {
     // Next, let's take a look at their activity summary
     up.summary(xid, function (err, result) {
        console.dir(result);    // Ta da!
     });
});

Testing

npm test
npm i up-client

Metadata

  • Unknown
  • >=0.6
  • Andrew Sliwinski
  • released 1/9/2013

Downloads

Maintainers