An open API service indexing awesome lists of open source software.

https://github.com/timvw/strava


https://github.com/timvw/strava

Last synced: 3 months ago
JSON representation

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
```