summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2025-04-21 10:46:17 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2025-04-21 10:46:17 +0200
commit87850541aa6f719721209ed994b93ad4d7ab4077 (patch)
treeb7aeb56f6cacabf6bf80e7c6ae142ca176046aa4 /README.md
parent81645d9a6995bb2f44019948b3f45c277772da5d (diff)
Add more data in climb & point
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 93d82e9..9dac7e0 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,12 @@
## Features
+- [ ] Detect similar climbs + PRs
- Handling my historical data
- Blog with pictures and markdown
- Storing GPX
- Export mountain pass from OSM and auto detect when pass is crossed
+ - https://www.jmspae.se/write-ups/kebabs-train-stations/
- Auto detect climbs from GPX
- Compute estimated power
- Export data from Strava, Garmin
@@ -13,6 +15,7 @@
- Garmin TCX export has stats (cal, heart rate, time, cadence), time, pos, alt, distance, hr, cadence, speed
- Garmin Fit export has (time, sport, lap/split, gps, sensor, events)?
- KML ?
+- Strava seems the simpler to use
## Implementation
@@ -27,6 +30,13 @@
- https://github.com/tormoder/fit
- https://github.com/brendangregg/FlameGraph
- `go tool pprof -http=":8081"`
+- https://developer.garmin.com/gc-developer-program/activity-api/
+- https://github.com/matin/garth
+- https://developers.strava.com/docs/webhooks/
+- https://developers.strava.com/docs/getting-started/
+- https://connect.garmin.com/modern/activities to CSV
+- https://github.com/SamR1/FitTrackee
+- https://github.com/jovandeginste/workout-tracker
## TODO