Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T13:03:48.000Z (over 2 years ago)
- Last Synced: 2024-05-01T15:02:26.444Z (9 months 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: 2
- 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
[![fitbit gallery](https://img.shields.io/badge/Fitbit%20Gallery-v1.0.0-green.svg)](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.
![Fitbit Versa 2 - Reading Girl Clock Face](screenshot/fitbit-reading-clock-face.png "Reading Girl Clock Face")
## 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)