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

https://github.com/radiokot/strava-flybys

Find out Flybys by Summit segment leaderboards
https://github.com/radiokot/strava-flybys

jackson javalin kotlin strava thymleaf unofficial-apis

Last synced: 11 months ago
JSON representation

Find out Flybys by Summit segment leaderboards

Awesome Lists containing this project

README

          

# Unofficial Strava Flybys
Find out Flybys by Summit segment leaderboards. Get lost if you are Andrew Seward

Build
```bash
./gradlew shadowJar
```

Run
```bash
EMAIL=%summit_email% \
PASSWORD=%summit_password% \
GOOGLE_API_KEY=%key_for_google_maps% \
PORT=%desired_http_port% \
java -jar build/libs/server.jar
```