Requires Rust Nightly.
Crate API_SECRET
file at the working directory containing osu! api key https://osu.ppy.sh/p/api.
# Get ranked beatmaps
cargo run --release -- get-maps
# Get top scores for each beatmap
cargo run --release -- get-scores
# Render summary.json
cargo run --release -- render-maps
npm install
tsc -p .