This project allows you to download your Garmin activities in .gpx or .tcx format.
- Install the necessary dependencies by running:
npm install
- Copy and rename the
credentials.dist
file tocredentials.json
. Replace the placeholder values with your actual Garmin credentials (otherwise the credentials will be asked in console).
To download activities in .gpx format, run:
npm run download-gpx
To download activities in .tcx format, run:
npm run download-tcx
All downloaded files will be saved in the data
directory.