TV-ify is a Ruby on Rails web application that will give the user a Spotify playlist of all the songs that featured in their favorite TV show.
- Clone this repo
- cd into the directory
$ bundle install
$ rails server
Please note that this was built using Ruby 2.6.x
- Scrape website (TuneFinder) for songs of TV shows
- Add text box to input tv show to search for
- Implement Spotify's REST API
- Implement SQL database to save already generated playlists
- Use React JS for frontend