Warning
main
branch is not updated and might contain alot of issues, you should use [feature/tauri] branch instead, rust itself is not required to run osu!tify self-hosted, you still can open it in browser, and browse.
A live demo of the application is available at osutify.vercel.app.
Osutify is a project that aims to create a music player specifically designed for the game osu!. The application uses the osu! API to fetch the latest songs and allows users to play them directly from the application. The application also includes a liked playlist where users can add their favorite songs.
- Up-to-date song library from osu! and mirror servers
- Song playback with progress bar and controls
- Liked playlist with favorite songs
- Clone the repository:
git clone https://github.com/richardscull/osutify
- Install the required dependencies:
npm install
- Start the application:
npm start
This project is licensed under the MIT License. See the LICENSE file for more details.