https://github.com/richardscull/osutify
Functional Spotify clone, with songs from rhythm game called "osu!"
https://github.com/richardscull/osutify
audio nextjs osu osu-api osu-player osu-player-music tailwindcss web-player
Last synced: 6 months ago
JSON representation
Functional Spotify clone, with songs from rhythm game called "osu!"
- Host: GitHub
- URL: https://github.com/richardscull/osutify
- Owner: richardscull
- License: mit
- Created: 2024-03-02T07:50:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-21T00:32:03.000Z (about 1 year ago)
- Last Synced: 2024-08-21T01:45:44.401Z (about 1 year ago)
- Topics: audio, nextjs, osu, osu-api, osu-player, osu-player-music, tailwindcss, web-player
- Language: TypeScript
- Homepage: https://osutify.vercel.app
- Size: 903 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎵 Osutify

[](https://opensource.org/licenses/MIT)
[](https://github.com/richardscull/osutify)## 🌻 Live Demo
A live demo of the application is available at [osutify.vercel.app](https://osutify.vercel.app/).
## Description
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.
## Features
- Up-to-date song library from osu! and mirror servers
- Song playback with progress bar and controls
- Liked playlist with favorite songs## Installation
1. Clone the repository: `git clone https://github.com/richardscull/osutify`
2. Install the required dependencies: `npm install`
3. Start the application: `npm start`## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.