Gets name of the song and artist from Spotify URL, so you can look your favorite song up.
Was created for cases when you want to look up a song titled in a language you can't type. Thanks to it I found out that one song I listened to was actually a touhou remix. Who could've thought?
Installable as a PWA, it even registers itself as a Share Target, so you can get links from Spotify app directly into PWA.
- Ship as little JavaScript as possible
- Have it work even if JavaScript is disabled
Astro remake of Copy Spotify Song Name that was made with Next.js. It slightly annoyed me that such a simple app required ~178KB of JS and wouldn't work without JavaScript at all.