2.0.8 • Published 5 years ago

@aexhell/osu-js v2.0.8

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

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

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago