Skip to content

Files

Latest commit

 

History

History
18 lines (10 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.02 KB

Get Spotify song name

Website screenshot

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.

Design goals

  • Ship as little JavaScript as possible
  • Have it work even if JavaScript is disabled

Original project

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.