Skip to content

A simple clone of 🎷Spotify web player which can be used only to listen to your playlists of Spotify 🎶

Notifications You must be signed in to change notification settings

BolisettySujith/Just-Listen

Repository files navigation

JUstListen

Introduction 👨‍💻

It is a just a clone of spotify web player which can be used only to listen your music playlists of spotify.

Built with 💻

API used 📄️

Getting Started 🏃‍♂️️

  • These instructions will get you a copy of the project up and be running on your local machine for development and testing purposes.

Prerequisites ✍️

Setting up your local development environment 🏭️

  1. Download and install Git.

  2. Clone the project locally. At the command line:

    $ git clone https://github.com/BolisettySujith/Just-Listen.git
    
  3. Create a new file called .env.local in the root directory of the project, and declare the folowing variable

    • NEXTAUTH_URL = "http://localhost:3000"
    • NEXT_PUBLIC_CLIENT_SECRET = "YOUR_SPOTIFY_CLIENT_SECRET"
    • NEXT_PUBLIC_CLIENT_ID = "YOUR_SPOTIFY_CLIENT_ID"
    • JWT_SECRET = "YOUR_SCREAT_KEY"

    To get NEXT_PUBLIC_CLIENT_SECRET, NEXT_PUBLIC_CLIENT_ID you need to create a an app in Spotify developers dashboard, in that application you can find Client Secret, Client ID values respectively.

  4. Go to the project directory and run the following command in terminal:

    $ npm install
    
  5. Run the following command to start the development server:

    $ npm run dev
    

    Mostly it will be available at localhost:3000 in the browser.

Note : Songs playing feature is only supported for Premium Spotify account holders, for Normal Accounts songs playing feature is not supported.

Preview 🤩️

JUstListen

How to Contribute 🤔

This project is made just for learning purpose to know more about NextJS. If you have any suggestions or you want to contribute to this project, please feel free to open an issue and create a pull request🍴.

Resources 🎓

Thanks to Heroicons for providing resources for this project.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel 🌐️

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

If you like the project feel free to the repository.

#Happy Coding!

About

A simple clone of 🎷Spotify web player which can be used only to listen to your playlists of Spotify 🎶

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published