An open API service indexing awesome lists of open source software.

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.

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
```