A clean digital Fitbit watchface with:
- 🔋Battery
- 🔥Calories
- 📅Date
- 💗Heart Rate
- 👣Step Count
- 🌡Temperature
- 🌤Weather
This app uses https://openweathermap.org/ API to drive the weather and temperature. Follow these steps:
-
Create an account and grab your API key from here: https://home.openweathermap.org/api_keys
-
Create a file in
common/secrets.ts -
Add the following text replacing
"xxx"with your API key:export const API_KEY = "xxx";
