spotify-lyrics

A React app that fetches the currently playing song from Spotify and displays the lyrics.

image

Setup

In order to run this app on your computer you have to create your own Genius and Spotify API Access Tokens and place them into the .env.

Installation

Clone the repo

$ git clone https://github.com/Palinana/spotify-web-api.git
$ cd spotify-web-api

Install the dependencies using npm:

$ npm install

Enter the development mode by executing the following command in a terminal window

$ npm run start