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

https://github.com/montyanderson/storm

:umbrella: A Spotify playlist generator.
https://github.com/montyanderson/storm

lastfm node spotify spotify-playlist-generator storm

Last synced: 3 months ago
JSON representation

:umbrella: A Spotify playlist generator.

Awesome Lists containing this project

README

        

# storm
[![dependencies Status](https://david-dm.org/montyanderson/storm/status.svg)](https://david-dm.org/montyanderson/storm)
[![Build Status](https://travis-ci.org/montyanderson/storm.svg?branch=master)](https://travis-ci.org/montyanderson/storm)
> :dollar: A Spotify playlist generator. Rewrite and successor of [SmartPlay](https://github.com/montyanderson/SmartPlay).

[![Screenshot](http://i68.tinypic.com/d8k08.png)](http://storm.montyanderson.net)

## Log

* 15th August 2016 - storm launches
* 16th August 2016 - overwhelming response! Over 125 playlists made in just 24 hours!

## To Do

* Extend caching to playlist generation... (make api specific wrappers?)
* Security - validate inputs

## Development

* Install dependencies and nodemon

```
$ npm install
$ npm install -g nodemon
```

* Run the gulp process to compile styles and scripts as they change

```
$ npm run dev
```

* Automatically restart the server when you make changes

```
$ nodemon index.js --lastfm d9bb1870d3269646f740544d9def2c95 --spotify f946296624e1496f9a1f6310973c744b
```