2.0.3 • Published 6 years ago

osu.js v2.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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!

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago