Mastering the Spotify API -> part1
https://medium.com/@esmerycornielle/mastering-the-spotify-api-part1-c836b89eb68e
Hi guys! If you have been dying to use the Spotify API but are a bit confuzzled then you are in the right place. This is going to be part 1 of a 3 part blog series. We will cover how to use Spotify Aouth along with the refresh token, as well as how to search for a song and create a playlist!
Before we start this tutorial I want to let everyone know that we will be using Rails with Postgresql for our backend services and React for our client side. We will also separate the concerns as we write the code, buy the time this tutorial is over you should have well organize starting code. I will try to be as specific as possible, so if this is not your stack KEEP READING ON!