up-client

0.0.1 • Public • Published

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('someone@email.com', '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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i up-client

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • diy