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-
Windows 64bit & 32bit v0.1.5 alpha
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
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.
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