This utility exports your Endomondo trainings to GPX files. This can be used to import them somewhere else (e.g. at Strava, see tutorial).
- Node.js (tested with NodeJS v14.3)
git clone https://github.com/virtualzone/endomondo-exporter.git
cd endomondo-exporter
npm install
./index.js
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
This app is not affiliated with Endomondo, Strava or Under Armour. Use it at your own risk.