0.1.1 • Published 6 years ago

osubeatmapdl v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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