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
- Host: GitHub
- URL: https://github.com/radiokot/strava-flybys
- Owner: Radiokot
- License: mit
- Created: 2020-10-31T16:42:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T15:36:58.000Z (about 3 years ago)
- Last Synced: 2025-03-15T20:17:31.024Z (over 1 year ago)
- Topics: jackson, javalin, kotlin, strava, thymleaf, unofficial-apis
- Language: Kotlin
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```