Single page app that connects to the Spotify-API and performs a search of artists, returning a profile with a playble list of their top ten tracks.
- ReactJS
- Axios
- Clone this repo.
- Install dependencies using
npm i
. - Create a CLIENT ID and SECRETID on Spotify by clicking here store it in a
.env
file, following the.env.example
file. - Run musicmaster using
npm start
.