1.0.7 • Published 5 years ago

harmonia-osu v1.0.7

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

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-osu

Basic 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

Authors

  • Kotowaru (Kisei)

License

This project is licensed under the MIT License - see the LICENSE file for details

1.0.7

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