项目作者: jdgonzaleza

项目描述 :
Lyrics search engine made with react and context api
高级语言: JavaScript
项目地址: git://github.com/jdgonzaleza/tracks.git
创建时间: 2020-08-17T00:52:32Z
项目社区:https://github.com/jdgonzaleza/tracks

开源协议:

下载


Tracks

This application was made in order to understand how context api worked.
We are consuming musixmatch public API.

Setup

clone this repository by using the following command.

git clone https://github.com/jdgonzaleza/tracks.git

Then you’ll need to singin to https://developer.musixmatch.com/ in order to obtain the key needed to make the requests.

Once you have the key, please make an environment variable with this value:

export REACT_APP_MM_KEY=YourKey

Then you could run

npm install

npm start