https://github.com/volkanto/fitbit-reading-watch-face
Reading girl clock face for Fitbit Versa 2
https://github.com/volkanto/fitbit-reading-watch-face
fitbit fitbit- fitbit-api fitbit-clock fitbit-clockface fitbit-sdk fitbit-versa fitbit-versa-lite fitbit-versa2
Last synced: 2 days ago
JSON representation
Reading girl clock face for Fitbit Versa 2
- Host: GitHub
- URL: https://github.com/volkanto/fitbit-reading-watch-face
- Owner: volkanto
- Created: 2021-03-25T12:31:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T13:03:48.000Z (about 3 years ago)
- Last Synced: 2025-09-22T21:37:04.164Z (24 days ago)
- Topics: fitbit, fitbit-, fitbit-api, fitbit-clock, fitbit-clockface, fitbit-sdk, fitbit-versa, fitbit-versa-lite, fitbit-versa2
- Language: JavaScript
- Homepage:
- Size: 282 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Fitbit Reading Girl Clock Face
[](https://gallery.fitbit.com/details/5656b78f-0aaa-4bcf-98f6-0701c363f2fe)
Reading girl clock face for Fitbit Versa 2, Versa and Versa Lite.
## Prerequisites
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.
```text
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
https://dev.fitbit.com/release-notes/fitbit-os-simulator/
https://studio.fitbit.com/
```## Installing
You have to clone the repository to your local machine
```shell
git clone https://github.com/volkanto/reading-watch-face
```Go to project folder
```shell
cd reading-watch-face
```Build dependencies
```shell
npm install
```Build the application
```shell
npx fitbit-build
```Connect to the simulator
```shell
npx fitbit
```Install the built application to the simulator
```shell
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.

## Built With
* [Fitbit SDK](https://dev.fitbit.com/getting-started/) - To develop applications or clock faces for Fitbit devices.
* [Fitbit OS Simulator](https://dev.fitbit.com/release-notes/fitbit-os-simulator/) - To see the application or clock faces on a local simulator.## Issues
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.
## Authors
* **Volkan Tokmak** - [github/volkanto](https://github.com/volkanto)