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 v8.10 or higher and npm installed
Installing
# Clone this repository
$ git clone https://github.com/yadPe/beatconnect_client.git
# Go into the repository
$ cd beatconnect_irc_bot
# Install dependencies
$ npm i
# Build the react App
$ npm run build
# Run electron
$ electron .
Download
- Latest release available here
License
This project is licensed under the GNU V3.0 License.
