Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where to start?

Hi

 

I need to get  a widget on a website where PT clients can upload their fitbit data - particularly heart rates and steps. I am perplexed, can someone point me in the right direction of where to start? Is there a video or something to get me started please?

Best Answer
0 Votes
1 REPLY 1

FItbit have Web APIs which allow developers to fetch user's data once they've authenticated.

https://dev.fitbit.com/build/reference/web-api/

 

If you want to see a sample project, you could look at something like this:

https://github.com/Stasonis/fitbit-api-example-node

 

Best Answer
0 Votes