https://github.com/enpit/jet-spotify-explorer
Explore Spotify's music database using this JET webapp. Sample app for our JET workshop.
https://github.com/enpit/jet-spotify-explorer
Last synced: 9 months ago
JSON representation
Explore Spotify's music database using this JET webapp. Sample app for our JET workshop.
- Host: GitHub
- URL: https://github.com/enpit/jet-spotify-explorer
- Owner: enpit
- Created: 2016-10-05T10:52:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T13:50:35.000Z (over 8 years ago)
- Last Synced: 2025-01-14T18:08:57.740Z (over 1 year ago)
- Language: JavaScript
- Size: 10.1 MB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jet-spotify-explorer
Explore Spotify's music database using this JET webapp. Sample app for our JET workshop.
## Try it out
Try the [demo](http://spotify-explorer.enpit.de/) hosted on our homepage, or download and `npm install && npm start`.
## Prerequsites
* node v4.0.0+ and npm v3.0.0+
* grunt-cli
## Get started
If you haven't already, run `npm install -g grunt-cli`. Then:
```
git clone https://github.com/enpit/jet-spotify-explorer
npm i
```
## Run
```
npm start
```