g0fish / spotify-lyrics-online

Browser app displaying lyrics of currenytly playing spotify song!

Home Page:https://spotify-lyrics-online.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

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 (no web scrapping this time) (Genius tokens never expire so log in only once :) )

Run locally dev

To run locally:

npm run dev

This 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)

About

Browser app displaying lyrics of currenytly playing spotify song!

https://spotify-lyrics-online.vercel.app


Languages

Language:TypeScript 91.9%Language:CSS 5.8%Language:JavaScript 2.3%