Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 394 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 394 Bytes

statusboard-fitbit

Serves Panic Statusboard friendly charts of Fitbit data.

Setup

  • npm install
  • cp defaults.env .env
  • add Fitbit api keys and auth callback url to .env
  • foreman start

Paths

  • /auth -- do the fitbit oauth dance
  • /fitbit -- 7 day history of steps
  • /sleep -- 7 day history of sleep

Deps

  • mongod
  • foreman
  • node