Playlist Converter
Summary
- Created a website with VueJS and tailwindcss where an user can input an Apple playlist and a Spotify playlist will be created in their account which can be private/public as per their choice.
- Used an Apple token to get songs from the user’s playlist and thereby sent GET requests to Spotify to fetch the songs and finally sending a POST request to make the playlist.
- The algorithm we used to get the songs from Spotify is to add the first song which appears on searching with the corresponding name in the Apple playlist.