12.05.2023
11
Like
159
Views
1- The song name and artist name information will be obtained from the website of the radio channel.
2- Authorization will be done to communicate with the Spotify API.
3- Requests will be made to Spotify API endpoints after authorization; The unique id of the song will be taken, and then a request to add to the playlist will be made with this id.
4- The information of the songs that are currently in the playlist will be retrieved and a request to be deleted from the playlist for the oldest song according to the date of addition.
You can take a look at the blog post I wrote for the construction details. You can also look at the project codes in my github account.
You need to log in to be able to comment!