A web app for visualizing your personal Spotify data
-
Create a Spotify app and add http://localhost:8080/callback as a Redirect URI in the app settings
-
Clone the project
git clone https://github.com/Panos-JC/spotify-app.git
-
Create an
.env
file in the root of the project based on.env.example
. AddCLIENT_ID
andCLIENT_SECRET
from Spotify -
Install dependencies for root folder and client app
npm install
cd client
npm install
- Start the server
npm start