Parses .gpx files and writes the heart rate data in a CSV file.
- Clone the repository
- Run
npm install
in the project root folder - Run the parser with
node index.js --inputPath "./gpx" --outputPath "./output.csv"
- input path should be a path to a directory containing .gpx files