Simple node.js module for downloading osu beatmaps.
Node.js 4.0.0 or newer is required.
npm install osubeatmapdl
const OSUBeatmapDL = require('osubeatmapdl');
var osu = new OSUBeatmapDL.Account("username", "password");
//Download FREEDOM DiVE and Tear Rain
osu.DownloadBeatmaps(["39804", "140662"]);