Ever wished that you had side-by-side lyrics for your currently playing Spotify song? lyri syncs directly with your Spotify account and fetches song lyrics from Genius, a popular lyrics platform.
lyri is a cross-platform Electron app made with React and Node.js.
- Direct Spotify authentication and syncing
- Lyrics fetched in real-time from Genius or Musixmatch
- Auto-scrolls lyrics based on where you are in the song
- Create a Spotify Application at https://developer.spotify.com/
- Replace client_secret and client_id in src/webServer.js with your own Spotify app credentials
- If necessary, replace the genius_access_token with your own; you can get one from https://docs.genius.com/
- Run
npm start
andnpm run electron
to start the app! You'll be redirected to log into your Spotify account, and then you're all set!