Important Notice: This GitHub repository is now read-only. The Wave Music Player project has been migrated to a new repository using Express.js instead of Flask and Python.
- Migration to Express.js: The project has been redesigned and implemented using Express.js instead of Flask and Python. The new repository can be found here.
- New Release: The latest release of the Wave Music Player can be accessed here.
Wave is always available on Render View demo
Wave is a sleek music player web app that will allow you to enjoy my favorite tunes with a delightful user interface anywhere from the world 🎶
- Intuitive Interface: Wave provides a user-friendly interface for playing, pausing, navigating, and interacting.
- Song Metadata: Fetches detailed metadata, including album art, title, and artist information, enhancing the overall music playback experience.
-
Clone the Repository:
git clone https://github.com/d10xi24/wave
-
Run the Flask App:
pip install -r requirements.txt && gunicorn -w 4 -b 0.0.0.0:8000 wave_1:app
-
Open in Browser: Navigate to 0.0.0.0:8000 in your web browser.
Contributions are welcome! Whether you want to report a bug, suggest a feature, or submit a pull request, please feel free to contribute to Wave.
This project is licensed under the MIT License.
- Special thanks to the Flask and JavaScript communities for their valuable tools and frameworks.