Export workouts from Runmeter database to GeoJSON and/or GPX.
Runs from Runmeter database can be exported to geojson with the command below:
node runmeter2geojson.js <path-to-db> <path-to-geojson>
Services like Strava don't support GeoJSON but do support GPX. Newly created GeoJSON can be then converted to GPX the command below. For every individual run a separate gpx-file will be created.
node geojson2gpx.js <path-to-geojson> <path-to-folder-with-gpx-files>