A METAR app for the Fitbit Ionic and 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.