@aexhell/osu-js

2.0.8 • Public • Published

I decided to make my own version of the osu api.

Install

npm install @aexhell/osu-js or yarn install @aexhell/osu-js

Example

const Osu = require("@aexhell/osu-js");
const client = new Osu.Api("API-KEY");

client.getUser({ u: "aexhel" }).then(user => console.log(user));

Dependencies

Readme

Keywords

Package Sidebar

Install

npm i @aexhell/osu-js

Weekly Downloads

0

Version

2.0.8

License

MIT

Unpacked Size

4.33 kB

Total Files

9

Last publish

Collaborators

  • aexhell