/osubeatmapdl

Simple node.js module for downloading osu beatmaps.

Primary LanguageJavaScript

osubeatmapdl

npm package

About

Simple node.js module for downloading osu beatmaps.

Installation

Node.js 4.0.0 or newer is required.
npm install osubeatmapdl

Example:

const OSUBeatmapDL = require('osubeatmapdl');
var osu = new OSUBeatmapDL.Account("username", "password");

//Download FREEDOM DiVE and Tear Rain
osu.DownloadBeatmaps(["39804", "140662"]);