harmonia-osu

1.0.7 • Public • Published

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

/harmonia-osu/

    Package Sidebar

    Install

    npm i harmonia-osu

    Weekly Downloads

    1

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    19.3 kB

    Total Files

    22

    Last publish

    Collaborators

    • kotowaru