FMLyrics (Online Demo)
A project created to grab lyrics between your currently playing song via last.fm and genius.
- Clone Client and Server
git clone https://github.com/8liam/FMlyrics.git
Make sure you have Node.js installed on your machine before proceeding with the following steps.
- Navigate to the Web Directory
cd lyrics-app
- Install dependencies
npm install
- Build for Production
npm run build
- Navigate to the Server Directory
cd server
- Install dependencies
npm install
- Run Server
node server.js
Genius api https://github.com/farshed/genius-lyrics-api