Skip to content

cquartier/fitbit-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fitbit-js

Simple FitBit API client for express 3.

npm install fitbit-js

Usage

fitbit-js has two methods:

getAccessToken(req, res, callback) // Uses oAuth module to get the access_token
apiCall(http_method, path, params, callback) // Does a call to the FitBit API.

params must contain the token.

Test

Register an app with fitbit specifying a callback URL of http://localhost:8553.

npm install
cd example
node test.js [Consumer Key] [Consumer Secret] [Unit System (en_US or en_GB)](optional. Defaults to metric units)

open http://localhost:8553

About

Simple FitBit API Client in node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%