2.0.8 • Published 4 years ago

@aexhell/osu-js v2.0.8

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

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago