Skip to content

Functional Spotify clone, with songs from rhythm game called "osu!"

License

Notifications You must be signed in to change notification settings

xoderton/osutify

 
 

Repository files navigation

🎵 osu!tify

Preview

Warning

xoderton's fork is not affiliated with @richardscull and mostly likely won't be up-to-date with original repository, bringing only unique features to xoderton, use it at your risk! ^w^

Description

osu!tify 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.

Features

  • Up-to-date song library from osu! and mirror servers
  • Song playback with progress bar and controls
  • Liked playlist with favorite songs

Installation

Web App

  1. Clone the repository: git clone --branch feature/tauri https://github.com/xoderton/osutify/
  2. Install the required dependencies: npm install --force
  3. Start the application: npm start

Standalone App

  1. Clone the repository: git clone --branch feature/tauri https://github.com/xoderton/osutify/
  2. Install the required dependencies: npm install --force (not required, if you already installed Web App)
  3. Start the application: npm run tauri dev

License

This project is licensed under the MIT License. See the LICENSE file for more details.