Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djpowers/playlist_overlap
A utility to see common songs and artists between one or more Spotify playlists
https://github.com/djpowers/playlist_overlap
Last synced: 27 days ago
JSON representation
A utility to see common songs and artists between one or more Spotify playlists
- Host: GitHub
- URL: https://github.com/djpowers/playlist_overlap
- Owner: djpowers
- Created: 2018-12-17T03:05:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T05:50:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T02:05:06.887Z (3 months ago)
- Language: Ruby
- Homepage: https://playlist-overlap.herokuapp.com
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playlist Overlap
This project generates a simple visualization of the common songs and artists between one or more Spotify playlists.
## Getting Started
Make sure you have a [Spotify for Developers](https://developer.spotify.com/dashboard/login) account, and create a new application. Duplicate the `.env.example` file to `.env`, adding in your own credentials.
With Ruby installed, run `bundle` to install dependencies. Run the local Sinatra server using `ruby myapp.rb`, and visit the page at `http://localhost:4567` using the default port settings.