Skip to content

🎧 Spotify Clone for listening songs from osu!

License

Notifications You must be signed in to change notification settings

shockpast/osutify

This branch is 35 commits ahead of, 4 commits behind richardscull/osutify:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9fbda0 Β· Aug 16, 2024

History

64 Commits
Aug 16, 2024
Aug 13, 2024
Aug 16, 2024
Aug 16, 2024
Mar 2, 2024
Mar 1, 2024
Aug 13, 2024
Mar 6, 2024
Aug 13, 2024
Aug 14, 2024
Aug 14, 2024
Mar 1, 2024
Aug 13, 2024
Aug 13, 2024
Aug 15, 2024

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.

Languages

  • TypeScript 98.8%
  • Other 1.2%