first commit

This commit is contained in:
2020-06-28 14:00:44 +01:00
commit e615a4046d
15 changed files with 866 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Speedrun
Grabs speedrun data from [speedrun.com](https://speedrun.com) and plot run times since the release of a chosen game with plotly.js.
Currently only supports 'per-game' categories.
# Install
Grab a .whl from the release section to install with pip, or
```
git clone https://github.com/hrfee/speedrun.git
cd speedrun
poetry update
poetry install
```
# Usage
`speedrun-serve` starts the web interface on `0.0.0.0:8059`.