Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 501 Bytes

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"]);