Zuikaku
The ShipGirl Project. Zuikaku. (c) Kancolle for Zuikaku
.
A very lightweight wrapper around osu! api.
Installation
npm i zuikaku
Documentation
https://deivu.github.io/Zuikaku/?api
Example Usage
const Zuikaku = ;const zuikaku = 'your_osu!_token'; { const user = await zuikaku; console; const userBest = await zuikaku; console; const beatmap = await zuikaku; console;} ;
Or this Client.js
osu! API wiki
You can find the wiki in HERE