@aexhell/osu-js

A library for interacting with the osu api.

Usage no npm install needed!

<script type="module">
  import aexhellOsuJs from 'https://cdn.skypack.dev/@aexhell/osu-js';
</script>

README

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