Skip to content

Attempting to implement and improve upon Spotify features/functionality

Notifications You must be signed in to change notification settings

MrLambs/Spotify-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-Clone

Attempting to implement and improve upon Spotify features/functionality

Introduction

This was a challenge to see if I could implement Spotify authentication as well as a lyrics look up to improve upon the basic features already included with the Spotify Web Player.

Setup

  • Navigate to /server and add a .env file
REDIRECT_URI=https://localhost:3000/
CLIENT_ID=(YOUR_SPOTIFY_CLIENT_ID)
CLIENT_SECRET=(YOUR_SPOTIFY_CLIENT_SECRET)
PORT=5000
  • Navigate to /client/components/useAuth
  • Replace URL with 'localhost:5000'
  • Navigate to /client/components/Dashboard
  • Replace URL with 'localhost:5000'
  • Run npm i && npm start

About

Attempting to implement and improve upon Spotify features/functionality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published