https://github.com/cycloneaddons/rhythmwave
https://github.com/cycloneaddons/rhythmwave
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cycloneaddons/rhythmwave
- Owner: CycloneAddons
- License: mit
- Created: 2025-01-21T12:59:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T04:42:27.000Z (over 1 year ago)
- Last Synced: 2025-02-01T05:24:12.299Z (over 1 year ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RhythmWave
RhythmWave is an advanced music player application with a visualizer feature. It includes backend functionality built with Flask (Python) and Node.js, as well as a modern frontend.
## Features
- Music search and playback
- Visualizer feature
- Backend with Flask and Node.js
- Frontend built with React
## Getting Started
### Prerequisites
- Node.js
- Python 3.x
- npm
- pip
### Installation
1. Clone this repository:
```bash
$ git clone https://github.com/yourusername/rhythmwave.git
$ cd rhythmwave
$ npm install
$ npm run
```