lorenzobenvenuti / strava-cli

Command Line Interface for Strava
MIT License
4 stars 1 forks source link

heart rate, cadence, temperature, speed, and power #17

Open arichnad opened 10 months ago

arichnad commented 10 months ago

It's my yearly pull request!

  1. When getting gpx files, I included heart rate, cadence, temperature, speed, and power information, as available.
  2. I included the xsd files and a xsd/gpxwrapper.xsd file that tests the individual xsd files.
    • To test a gpx file I used: xmlstarlet val --xsd xsd/gpxwrapper.xsd test.gpx
    • Or: xmllint --schema xsd/gpxwrapper.xsd --noout test.gpx
  3. I tested the dependabot commits and they look good. I've included them here.
lorenzobenvenuti commented 10 months ago

Thank you very much! I'll have a look as soon as I can