Skip to content

We build a music stream website where you can listen to your favorite songs nonstop and also add free. We used a free API for fetching the data basically music metadata. We used react js for making the UI look good

Notifications You must be signed in to change notification settings

Karanmalviya/Rythm-The-Music-Player

Repository files navigation

Rythm: The Music Player

How to create

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app

How to run

npm run dev 
or 
npm yarn dev

Installation

NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_CLIENT_SECRET= 'spotify secret client id'
NEXT_PUBLIC_CLIENT_ID= 'spotify client id'
JWT_SECRET=some_super_secret_value

Configure Setting in Spotify Developer

Screenshot 2022-04-21 224110

Preview

1 2 3 4 5

👉 If you like this project, give it a star ✨ and share 👨🏻‍💻 it to your friends 👈

About

We build a music stream website where you can listen to your favorite songs nonstop and also add free. We used a free API for fetching the data basically music metadata. We used react js for making the UI look good

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published