1.1.6 • Published 5 years ago

osu-socket v1.1.6

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

osu-socket

A node.js osu! api wrapper plus accuracy calculator.

Getting Started

//getting osu-socket
const osu = require("osu-socket");

//creating the api client
const client = new osu.osuClient("api token");

//example user fetch
var user = client.getUser("Ser_Ames", {mode = "Standard"});

//example accuracy calculation
var accuracy = osu.accuracy.standard(234, 13, 0, 2);

Contributing

You're more than welcome to fork the Github repo and make modifications to it if you want to. If there is any bugs or errors please do open an issue on Github.

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago