A leaderboard for Hack Club osu! players
Go to file
2024-06-30 12:33:54 +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 fetch osu api for data 2024-06-30 12:33:54 +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.