A leaderboard for Hack Club osu! players
Go to file
DaInfLoop 9297fdb776 fix a few things
- if osu!web returns an error with the callback, display that before doing anything
- if no state is provided, this results in 500 - move the split into the try
- rss feed now sends the image with the feed
2024-07-01 19:04:35 +01:00
.gitignore initial commit 2024-06-30 10:18:57 +01:00
bun.lockb linking works now (hooray) 2024-06-30 11:28:18 +01:00
index.ts fix a few things 2024-07-01 19:04:35 +01:00
package.json fetch osu api for data 2024-06-30 12:33:54 +01:00
README.md initial commit 2024-06-30 10:18:57 +01:00
tsconfig.json initial commit 2024-06-30 10:18:57 +01:00

osu!leaderboard

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.8. Bun is a fast all-in-one JavaScript runtime.