Available at: https://spotify-lyrics-online.vercel.app/
A website that displays currently playing Spotify song and lyrics.
The lyrics come from Genius.com and this app requires logging in to Genius (Genius tokens never expire so log in only once :) )
Option to provide DeepL or Azure Translator API tokens to fetch translations. Translations are saved in browser local storage to avoid repetitive API calls. Both DeepL and Azure Translators have free tiers.
To run locally:
npm run devThis is a Next.js app
Required environment variables:
- spotify_client_id
- spotify_secret
- genius_client_id
- genius_secret
- app_url (e.g.
http://localhost:3000)