Clock Face for Fitbit Sense/Versa 3
To build this project on your local machine, you need npm, Fitbit SDK and Fitbit OS Simulator if you like to run this project on a simulator.
Also, Fitbit has an online editor (Fitbit Studio) that you is easy to use in order to develop your application online.
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
https://dev.fitbit.com/release-notes/fitbit-os-simulator/
https://studio.fitbit.com/
You have to clone the repository to your local machine
git clone https://github.com/elspoka/Chronosphere_model_99.gitGo to project folder
cd Chronosphere_Model_99Build dependencies
npm installBuild the application
npx fitbit-buildConnect to the simulator
npx fitbitInstall the built application to the simulator
installIf everything goes well and there is no error in the terminal logs, you will see the similar image like below in your Fitbit simulator.
- Fitbit SDK - To develop applications or clock faces for Fitbit devices.
- Fitbit OS Simulator - To see the application or clock faces on a local simulator.
Feel free to create an issue if you find any problem or if you have any idea that you think it will be nice to add.
- Ilias Kalantzis - github/elspoka
