/lyricfy

Simple app that pulls the lyrics of your current playing song on spotify from Genius Api.

Primary LanguageTypeScript

Small NextJs app that checks your currently playing track on spotify and returns the lyrics for it from genius.

Due to the way Spotify's API functions i need to pre-allow access from their dashboard. There is quite literally no efficient way to automate this so if you wanna give this a try just drop your email address.

Also genius's API isn't much better since they don't parse spaces " " in their request params so any song title or artist name with more 3 space separated words is broken and returns an error. -This was fixed -

App server and database server (database no longer needed) both hosted on railway Netlify u can check it all out from here.


Genius API now straight up doesn't return the full lyrics so i'm done with this

TODO:

  • Refresh Button Broken For Some Reason. (Go back to index page and reauth with Spotify to refresh your currently playing song)

  • Play pause button no longer works. (Spotify updated their API)

  • Player progress bar broken

I will never fix these.

screenshot