An open API service indexing awesome lists of open source software.

https://github.com/gohsato/playlistobservatory

Spotify Playlist Visualizer. Demo: https://gohsato.github.io/PlaylistObservatory/
https://github.com/gohsato/playlistobservatory

data-visualization spotify spotify-api

Last synced: about 1 year ago
JSON representation

Spotify Playlist Visualizer. Demo: https://gohsato.github.io/PlaylistObservatory/

Awesome Lists containing this project

README

          

# The Playlist Observatory
This is a web app that visually maps the tracks of a Spotify playlist in 2D space.

Here's a live demo : https://gohsato.github.io/PlaylistObservatory/

To run this app locally:
1. Create a Spotify Web App https://developer.spotify.com/dashboard
2. In the app settings make sure to add `http://localhost:3000/` as a redirect link
3. Create an `.env` file with the following properties
```
REACT_APP_SPOTIFY_CLIENT_ID =
REACT_APP_REDIRECT_URI = http://localhost:3000/
```
1. Run the client by executing 'npm install' then 'npm run start'

Make sure that the React app is run on localhost:3000

## Here's what it looks like
The gray dots are tracks already on the playlist
The orange dots are recommendations


Change the axis



Add/Remove a track