Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
/ osu.js Public archive

A fully operational osu module to work with the osu!API

Notifications You must be signed in to change notification settings

EXtremeExploit/osu.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version NPM downloads

About

osu.js is a powerful node.js module that allows you to interact with the osu!API very easily.

  • Predictable abstractions
  • 100% coverage of the osu!API

Installation

npm install osu.js --save

Example usage

const osu = require('osu.js');
const osuApi = osu.api('some crazy osu!api key')

osuApi.getUser({
   u: 'elRDgamer'
}).then((user) => {
   console.log(user[0]);
});

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to post an issue!

About

A fully operational osu module to work with the osu!API

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published