Skip to content

Simple node.js module for downloading osu beatmaps.

Notifications You must be signed in to change notification settings

qbite0/osubeatmapdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple node.js module for downloading osu beatmaps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages