Dynamic Spotify Playlists with PLYLST


Summary of my bookmarked Github repositories from Feb 11th, 2020

Github repositories

  • Shpigford/plylst

    PLYLST is a project aimed at bringing the ability to build complex, dynamic playlists to Spotify. The codebase is built on vanilla Rails, Sidekiq with Redis, Puma, and Postgres. To get started, clone the repository and add a config file with Spotify OAuth keys. You'll need a free Developer account from Spotify and set the Redirect URI accordingly. If you want to incorporate lyrics, you can obtain an API key from Genius. After setting up gems and the database, start the server using Foreman. Contributions are welcome, and performance can be monitored through Skylight. The project is released under the MIT license.