ajugi

Experiment for exploring Spotify playlists and wrangling music playback

Stars
0

Ajugi - Spotify playlist explorer

Experimenting with different ways of visualising Spotify playlists - e.g. by artist or album.

Live on GitHub Pages: https://landscape.cartoonbeats.com/ajugi/

How to use

Currently this allows you to view a playlist as album art, and play specific albums. Kinda like browsing records in a record store and then listening to them.

  1. Visit root url and authorise Spotify.
  2. Click on a playlist to select it.
  3. Click Show Albums.
  4. Playlist will load - large playlists (1000+) take time.
  5. View album cover art in a grid.
  6. Click an album to show date, artist and title.
  7. Click Play to play that album in Spotify.

Playback is controlled via Spotify, so you can skip, shuffle, etc as normal.

Development

  • npm start – run in dev mode
  • npm run build - production minified build into build folder
  • npm run deploy - production build and deploy to GitHub Pages

This project was bootstrapped with Create React App.