06-06-2019 03:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-06-2019 03:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?
06-11-2019 01:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-11-2019 01:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

