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
- Host: GitHub
- URL: https://github.com/calemy/beatloader
- Owner: Calemy
- License: mit
- Created: 2023-05-19T14:33:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T00:17:12.000Z (about 2 years ago)
- Last Synced: 2025-02-27T03:23:22.729Z (over 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!