Mountain clock face for Fitbit Versa 2, Versa and Versa Lite.
You need npm
and Fitbit SDK to build this project on your local machine. Also, you need Fitbit OS Simulator in order to run this project on a simulator.
Also, Fitbit has an online editor(Fitbit Studio) that you can use 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/volkanto/fitbit-mountain-face.git
Go to project folder
cd fitbit-mountain-face
Build dependencies
npm install
Build the application
npx fitbit-build
Connect to the simulator
npx fitbit
Install the built application to the simulator
install
If 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.
You can create an issue if you find any problem or feel free to create a PR with a possible fix or any other feature. Also, you can create an issue if you have any idea that you think it will be nice if we have it.
- Volkan Tokmak - github/volkanto