https://github.com/ali-raza764/baze
A simple website to download and stream high quality music.
https://github.com/ali-raza764/baze
api jiosaavn-api jiosaavn-downloader music music-downloader music-player music-streaming nextjs14 spotify-clone ssg ssr tailwindcss
Last synced: 6 months ago
JSON representation
A simple website to download and stream high quality music.
- Host: GitHub
- URL: https://github.com/ali-raza764/baze
- Owner: Ali-Raza764
- License: mit
- Created: 2024-02-06T13:10:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-24T08:48:09.000Z (over 1 year ago)
- Last Synced: 2024-02-24T09:34:37.508Z (over 1 year ago)
- Topics: api, jiosaavn-api, jiosaavn-downloader, music, music-downloader, music-player, music-streaming, nextjs14, spotify-clone, ssg, ssr, tailwindcss
- Language: JavaScript
- Homepage: https://baze-chi.vercel.app
- Size: 1.6 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music Streaming and Downloading Web Application
This is a music streaming and downloading web application built using Next.js and the JioSaavn API. It allows users to search for their favorite songs, stream them online, and download them for offline listening. The application is designed to provide a seamless and enjoyable music listening experience.
## Live Preview
[Visit Live](https://baze-chi.vercel.app/)
## Landing Page

## Features
- Search for songs, albums, and artists.
- Stream music online.
- Download songs for offline listening.
- Responsive design for optimal viewing on various devices.
- Utilizes Tailwind CSS for styling.
## Technologies Used
- Next.js
- JioSaavn API [Check Out](https://github.com/sumitkolhe/jiosaavn-api)
- Tailwind CSS
## Installation
1. Clone the repository.
2. Install dependencies using `npm install`.
3. Obtain API access from JioSaavn and replace the placeholder API keys in the code with your own.
4. Run the application using `npm run dev`.
5. Open your browser and navigate to `http://localhost:3000` to view the application.
## Usage
- On the landing page, users can search for songs, albums, or artists using the search bar.
- Clicking on a search result will take users to a page where they can stream the song or album.
- Users can also download songs for offline listening by clicking the download button.
## Contributing
Contributions are welcome! Feel free to fork the repository, make your changes, and submit a pull request. Please follow the existing code style and make sure to thoroughly test your changes.
## License
This project is open source and available under the [MIT License](LICENSE).
---