A Twitter client app for Fitbit OS
Downloadable from Fitbit App Gallary at https://gam.fitbit.com/gallery/app/3344bcba-4f57-4b62-b6de-44c49fcab89d
- Register a Twitter developer account
- Create a Twitter app
- In App Details tab, set the Callback URL
to
https://app-settings.fitbitdevelopercontent.com/simple-redirect.html
- In Permissions tan, change the Access Permission to both Read and write
- In Keys and tokens tab, obtain a pair of
consumerKey
andconsumerSecret
- Set the
consumerKey
andconsumerSecret
in/companion/common.js
First download and install the npm dependencies
$ yarn install
Then login to your Fitbit development account
$ npx fitbit
Build and install!
fitbit$ build-and-install