Skip to content

Panos-JC/spotify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify App

A web app for visualizing your personal Spotify data

Demo

DEMO

Built with

Run Locally

  1. Create a Spotify app and add http://localhost:8080/callback as a Redirect URI in the app settings

  2. Clone the project

  git clone https://github.com/Panos-JC/spotify-app.git
  1. Create an .env file in the root of the project based on .env.example. Add CLIENT_ID and CLIENT_SECRET from Spotify

  2. Install dependencies for root folder and client app

  npm install
  cd client
  npm install
  1. Start the server
  npm start

Author