Skip to content

A Web dashboard where you can view your Fitbit yearly trends as a wellness report and download it as PDF

License

Notifications You must be signed in to change notification settings

arpanghosh8453/fitbit-web-ui-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitbit Wellness Report Web UI

Try it out

Demo website on Render or Self Hosted on my Server (Use this if the Render page is down)

What you will need

How to get ACCESS TOKEN

Preview of Data

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.

If you are interested in replacing the API token entering with a seamless login experience with Fitbit, Check out PR#10 by @Cronocide available in the Fitbit-Oauth branch of this repository.

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.

Support me

If you love visualizing your long term data with this web app, please consider supporting me with a coffee ❤ if you can! You can view more detailed health statistics with this setup than paying a subscription fee to Fitbit, thanks to their REST API services.

ko-fi

About

A Web dashboard where you can view your Fitbit yearly trends as a wellness report and download it as PDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published