An open API service indexing awesome lists of open source software.

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!"

Awesome Lists containing this project

README

          

# 🎵 Osutify

![Preview](preview.png)

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![GitHub stars](https://img.shields.io/github/stars/richardscull/osutify.svg?style=social&label=Star)](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.