Skip to content

vertongen/withings-gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Withings GPX export

This project is meant to export cycling or walking activities from Withings to GPX. The GPX file contains the location and heartrate data which can be imported into other platforms such as Strava The application does not store or send any data to any other platform.

Update: With the latest update for the Withings app, you can automatically push your activities to Strava, More information here: https://support.withings.com/hc/en-us/articles/360036851114-Partner-Apps-What-is-Strava-

Download installers

macOS v0.1.5 alpha

Windows 64bit & 32bit v0.1.5 alpha

To Use

To clone and run this repository you’ll need Git, Node.js and Yarn installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/vertongen/withings-gpx.git
# Go into the repository
cd withings-gpx
# Install dependencies
yarn install
# Run the app
yarn start

Troubleshooting

  1. Uncaught error: Module did not self-register

This is caused by the keytar module, run the command

yarn rebuild

to build the keytar module on your platform.

  1. no suitable image found

This is also caused by the keytar module after a dist has been made.

  • Remove the node_modules folder
  • Execute yarn install
  • Execute yarn rebuild

License

CC0 1.0 (Public Domain)

About

GPX exporter for withings activities. Can be used to import withings activities to Strava.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published