An open API service indexing awesome lists of open source software.

https://github.com/calemy/beatloader

a smart and fast third-party beatmap downloader
https://github.com/calemy/beatloader

Last synced: 11 months ago
JSON representation

a smart and fast third-party beatmap downloader

Awesome Lists containing this project

README

          

# Beatloader
a smart, simple and fast third-party beatmap downloader

## Roadmap

- Automatic Import via osu!db

## Installation

This installation is required to have nodejs installed.

This got tested with nodejs version 16.16.0

git clone or download the repository and edit the config.example.js and rename it to config.js

```bash
git clone https://github.com/calemy/beatloader
cd beatloader

# On windows feel free to use this
notepad config.example.js
ren config.example.js config.js

# If you're on linux use this
nano config.example.js
mv config.example.js config.js
```

install all necessary dependencies using npm and start via node

```bash
npm install
node index
```

Profit.

## Authors

- [@Calemy](https://www.github.com/calemy)

Feel free to join as contributor!