codeBlack5 / LyricFinder

LyricFinder - Search song lyrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LYRIC FINDER APP

A Simple React App that allows you to search for your favorite lyrics.

How to use

  1. Open your terminal and clone this repository.

https://github.com/Lakshya-Saini/React_Lyrics_Finder_App.git

  1. Get inside this folder and install node modules.

npm i

  1. Inside the root directory create a .env file

touch .env

  1. Here I am using Musixmatch API to get lyrics. So create a free account there and get your free API key.

Open https://developer.musixmatch.com -> Get Started -> Free Plan - Get Started -> Enter your details -> Dashboard -> Applications -> API Key

  1. Write your API key in .env file

REACT_APP_MM_KEY={your_api_key}

  1. Finally run the application

npm start

About

LyricFinder - Search song lyrics


Languages

Language:JavaScript 93.4%Language:HTML 6.3%Language:Shell 0.3%