Skip to content

alneng/spotify-playlist-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-playlist-visualizer

Spotify Playlist Visualizer transforms your Spotify playlists into a dynamic 3D experience, visualizing each song as a vector in space. By analyzing the audio features provided by Spotify, we position each song relative to others, creating a unique visual representation of your music taste.

Quickstart

App Requirements

  • Node.js 18.x
  • Python 3.x
  • Yarn - npm i -g yarn
  • Docker Engine (Docker Desktop, optional but useful)
  • A Spotify web application - client id and secret

Pre-development Configuration Setup

Installing Dependencies for frontend and backend

  • [Unix/Mac] Run yarn i
  • [Windows] Run yarn i:win

Configuration for backend

Starting the application

  • Have the database running with docker (see backend instructions)
  • To run the whole application (React, Express, and Flask): yarn dev (Unix/Mac) or yarn dev:win (Windows)
  • To run the React app only: yarn frontend
  • To run the Backend only (Express, Flask): yarn backend (Unix/Mac) or yarn backend:win (Windows)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published