osubeatmapdl
v0.1.1
Published
Simple osu beatmap downloader.
Downloads
17
Maintainers
Readme
osubeatmapdl
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"]);