Spotify Playlist Generator
From vjmedia
Peter's Playlist Generator allows users to build their own custom spotify playlists!
This code first uses spotify's client credentials flow to access simple functions like song recommendations and search from spotify's API.
Then, the code uses spotify's authorization code flow to gain access to a user's playlists to add songs.
Check out the code: https://github.com/petmurr/spotify_playlist_generator
Video Demonstration