harmonia-osu
v1.0.7
Published
An osu! api wrapper
Readme
Harmonia
Harmonia is an easy to use osu! API wrapper.
Getting Started
First step to getting started is to grab your api key: https://osu.ppy.sh/p/api
Installing
Installing is rather simple, just use the line below to install.
npm i harmonia-osuBasic Usage
Basic example of how Harmonia works
const harmonia = require('harmonia-osu');
let osu = new harmonia.Harmonia('api-key');
let user = osu.getUser('Kisei Denma', harmonia.Modes.STD).then((data) => {
// do something with the data
});Built With
- Typescript - Language Used
- Axios - HTTP Client
Authors
- Kotowaru (Kisei)
License
This project is licensed under the MIT License - see the LICENSE file for details
