Skip to content

virtualzone/endomondo-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Endomondo GPX Exporter

This utility exports your Endomondo trainings to GPX files. This can be used to import them somewhere else (e.g. at Strava, see tutorial).

Requirements

  • Node.js (tested with NodeJS v14.3)

How to run

git clone https://github.com/virtualzone/endomondo-exporter.git
cd endomondo-exporter
npm install
./index.js

Example

To export all trainings:

./index.js --username=... --password=...

To export all trainings from November 2019 to /home/john/trainings:

./index.js --username=... --password=... --year=2019 --month=11 --dir=/home/john/trainings

Notice

This app is not affiliated with Endomondo, Strava or Under Armour. Use it at your own risk.

Releases

No releases published

Packages

No packages published