https://github.com/timvw/strava
https://github.com/timvw/strava
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timvw/strava
- Owner: timvw
- Created: 2021-03-15T07:51:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:14:04.000Z (over 1 year ago)
- Last Synced: 2025-01-01T12:22:20.262Z (5 months ago)
- Language: Go
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strava export
Simple http server that allows the user to download her activities as CSV
References:
- [The Strava API](https://developers.strava.com/)Useful commands:
```bash
go build ./...kubectl apply -f strava.yml
kubectl logs -f -l app=strava
```