Beatconnect client

The official client for Beatconnect which is a mirror for Osu! Beatmaps
Table of contents:
Quick Tour
-
This App gives you access to all the beatmaps mirrored on Beatconnect. You can downloads multiple beatmaps that will be automaticaly imported into osu!

-
You can launch an IRC bot from the app that will make all available commands usable to peoples pming you and from all the matches chats that the bot is connected to. (how to connect docs soon..)
Comming with the autobeat feature that send the Beatconnect download link in the #multuplayer channel each time host change the beatmap
Technology
-
The application is powered by Electron, with React, Redux, and NodeJs
-
The bot uses a slightly modified version of node-irc to connect to game IRC.
Documentation
Available ressources:
Development
These instructions will get you a copy of the project up and running on your local machine.
Prerequisites
- NodeJs v14 or higher and yarn
Installing
# Clone this repository
$ git clone https://github.com/yadPe/beatconnect_client.git
# Go into the repository
$ cd beatconnect_client
# Install dependencies
$ yarn
# Start the dev server and launch the app
$ yarn dev
# (if you're running WSL you will have to start electron from within Windows with "yarn electron-dev")
Download
- Latest release available here
License
This project is licensed under the GNU V3.0 License.
