xoderton / osutify

Functional Spotify clone, with songs from rhythm game called "osu!"
https://discord.com/invite/rV4uSHJvna
MIT License
1 stars 2 forks source link
audio audio-player music-player osu osutify player sound spotify

🎵 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

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.