Skip to content

Jschii/fitbit-hr-to-gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FITBIT-HR-TO-GPX

Add heart rate data exported from Fitbit activity to GPX-file

Prerequisite

Installation and usage

Getting heart rate data from Fitbit

Install userscript

Now when viewing activity details on Fitbit site there should be new textarea containing heart rate data in JSON format

Fitbit activity page

Pretty, I know.

Copy the content of that textarea to clipboard and save to a file.

Adding heart rate data to GPX file

Export the corresponding workout in GPX format (for example in Endomondo that's under more options in workout detail view)

Clone this project

git clone https://github.com/Jschii/fitbit-hr-to-gpx.git

or altenatively just copy files hr2gpx.js and package.json

Update node dependencies

npm update

And now you are good to go

node hr2gpx.js <path-to-hr-json-file> <path-to-gpx-file>

If all went well alongside the original gpx-file there should now be a file with same name except for the suffix _hr.gpx

Warning

As this project web scrapes heart rate data directly from Fibit site, it'll be likely to break in the future when Fitbit changes activity details page. This is because currently Fitbit doesn't provide API to get heart rate data.

Misc links

About

Add heart rate data exported from fitbit activity to gpx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published