Convert Spotify Urls to Apple Music
About
I listen to a lot of music, and I often send Spotify links to friends who only have Apple Music. Not finding any catalog converters on the net, I decided to create one myself.
To make everything work, I created a micro library that allows you to search through the Spotify catalog and find the best match between one catalog and the other.
The library was written in javascript, I then created a lambda function on AWS that can be called through http via AWS API gateway. Finally I built a small web interface with VueJS and Tailwind CSS.
Tailwind CSS is one of the most intuitive and fastest tools for building HTML prototypes. VueJs is my favorite frontend library that makes it possible to develop simple and complex interactions quickly. AWS lambda is required to avoid having to keep a server up 24/7 to perform sporadic processing.