A rudimentary JavaFX/CLI application to display a leaderboard from Speedrun.com using its official API.
The CLI version is available but unmaintained. To launch the JavaFX Application, execute the SpeedGrabberApplication.java class.
| Dependency | Source |
|---|---|
| SLF4J No-Logging | https://mvnrepository.com/artifact/org.slf4j/slf4j-nop |
| Jayway JsonPath | https://mvnrepository.com/artifact/com.jayway.jsonpath/json-path |
| IOUtils | https://mvnrepository.com/artifact/commons-io/commons-io |
| PrettyTime | https://mvnrepository.com/artifact/org.ocpsoft.prettytime/prettytime |
| Bootstrap 3 CSS | https://github.com/dicolar/jbootx?tab=readme-ov-file#bootstrap3 |