2.0.8 • Published 3 years ago

@aexhell/osu-js v2.0.8

Weekly downloads
21
License
MIT
Repository
github
Last release
3 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

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago