add basic player view

This commit is contained in:
Lee
2023-10-19 15:48:02 +01:00
parent 1e52ac3d93
commit ce7eb17242
9 changed files with 238 additions and 2 deletions
package-lock.jsonpackage.json
src
app
api/player/get
player/[id]
components
schemas/scoresaber
utils
number.ts
scoresaber
yarn.lock

@ -12,7 +12,7 @@ export type ScoresaberPlayer = {
role: string;
badges: ScoresaberBadge[];
histories: string;
scoreStats: ScoresaberScoreStats[];
scoreStats: ScoresaberScoreStats;
permissions: number;
banned: boolean;
inactive: boolean;