/spotify

A web-based music listening application that connects to the Spotify API.

Primary LanguageJavaScript

Spotify(MiyagiFy)

A Web-based music listening application that connects to the Spotify API.

Features

spotify

  1. Login with your Spotify account
  2. Search by song title, albums, artists
  3. Music Lyrics
  4. Music Player

Run locally

  • Before you can run the application, you have to follow this link and create the application

  • In the server directory create a .env file with the following contents:

      REDIRECT_URI=http://localhost:3000 
      CLIENT_ID=<YOUR CLIENT ID>
      CLIENT_SECRET=<YOUR CLIENT SECRET>
  • npm install && npm start

Enjoy listening to music