deadlyhifi / withings-gpx

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 78.9%Language:CSS 17.8%Language:HTML 3.3%