Explore Spotify's music database using this JET webapp. Sample app for our JET workshop.
Try the demo hosted on our homepage, or download and npm install && npm start
.
- node v4.0.0+ and npm v3.0.0+
- grunt-cli
If you haven't already, run npm install -g grunt-cli
. Then:
git clone https://github.com/enpit/jet-spotify-explorer
npm i
npm start