Skip to content

richardqhill/fitbit-aria-graph

Repository files navigation

Fitbit Weight Graph

I was annoyed when Google stopped providing a web dashboard to view your weight data.

I spun up a simple next.js app to view my weigh-ins.

Demo:
https://aria-graph.vercel.app/

Getting Started

Create your fitbit app at https://dev.fitbit.com/apps/

Redirect URL format: http://localhost:3000/api/auth/callback/fitbit

or if deploying on vercel: https://XXXXX.vercel.app/api/auth/callback/fitbit

.env file

FITBIT_CLIENT_ID=XXXXX
FITBIT_CLIENT_SECRET=XXXXX
NEXTAUTH_SECRET=XXXXX

About

simple next.js app to view fitbit weigh-ins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors