Fitbit Wellness Report WebUI
Go to file
2024-09-12 21:16:55 -06:00
help Removed extra files 2024-09-12 21:16:55 -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 Added build files 2024-09-12 21:15:38 -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 Add guide for self hosting 2024-07-08 21:29:36 +05:30
requirements.txt Payment button added 2023-07-27 22:14:07 -04:00

Fitbit Wellness Report Web UI

Live Demo website

Self Hosted Alternative website

How to get ACCESS TOKEN

screenshot

Self-Hosting with Docker

The following docker container thisisarpanghosh/fitbit-report-app is available for self hosting of this project. The Web app will be available on http://localhost:5000 with the configuration below.

services:
    fitbit-ui:
        image: 'thisisarpanghosh/fitbit-report-app:latest'
        container_name: 'fitbit-report-app'
        ports:
            - "5000:80"
        restart: unless-stopped

Contributions

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