Fitbit Wellness Report WebUI
Go to file
Cronocide 18c61565ee
All checks were successful
git.cronocide.net/fitbit-web-ui-app/pipeline/head This commit looks good
Split up dependencies into their own layers
2024-09-13 00:15:26 -06:00
help Updated documentation 2024-09-12 21:31:42 -06:00
src Converted spaces to tabs 2024-09-12 21:11:40 -06:00
build.sh Added build files 2024-09-12 21:15:38 -06:00
Dockerfile Split up dependencies into their own layers 2024-09-13 00:15:26 -06:00
Jenkinsfile Added build files 2024-09-12 21:15:38 -06:00
LICENSE Create LICENSE 2023-12-18 11:04:32 +05:30
README.md Updated documentation 2024-09-12 21:31:42 -06:00
requirements.txt Payment button added 2023-07-27 22:14:07 -04:00

Fitbit Wellness Report Web UI

by Arpan Ghosh

Live Demo Website Self Hosted Alternative website

screenshot

Building

This app takes no build arguments. To build the container:

docker build -t fitbit-web-ui fitbit-web-ui-app/

Configuration

The variables CLIENT_ID, CLIENT_SECRET, and REDIRECT_URL need to be set to self-host this application. Instructions for getting these values can be found here.

Contributions

Thanks to @arpanghosh8453 for sharing their work on the Fitbit API and the report design, and for sharing this project with the world.

Special thanks to @dipanghosh for his help and contribution towards the sleep schedule analysis part of the script and overall aesthetics suggestions.