A Pomodoro app for the Fitbit Ionic.
"Take Tomatina, for example: it's a cute pomodoro timer that fits into Fitbit OS so well that I'm shocked the company didn't make the app itself."
-- Valentina Palladino, Ars Technica review of the Fitbit Versa
- Create a new project in Fitbit Studio, then drag and drop the contents of
src
into the side bar. - Connect to the Fitbit Developer Bridge from your phone (tap your watch, then developer menu, then toggle on Developer Bridge), and your watch (Settings app, scroll down, tap on Developer Bridge).
- Click the Build button to build and install.
Prerequisite: You'll need NPM installed.
- In the src directory (
cd src
), runnpx fitbit-build
andnpx fitbit
. - Connect to the Fitbit Developer Bridge from your phone (tap your watch, then developer menu, then toggle on Developer Bridge), and your watch (Settings app, scroll down, tap on Developer Bridge).
- Once both are connected, back to the computer. At the Fitbit prompt, run
connect phone
,connect device
, theninstall
to install the app on the Ionic, Versa, and companion on your phone. - To build, run
build
at the Fitbit prompt.