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.
- Host: GitHub
- URL: https://github.com/montyanderson/storm
- Owner: montyanderson
- Created: 2016-08-07T20:46:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T23:58:30.000Z (over 8 years ago)
- Last Synced: 2025-01-18T00:33:52.539Z (5 months ago)
- Topics: lastfm, node, spotify, spotify-playlist-generator, storm
- Language: JavaScript
- Homepage: http://storm.montyanderson.net/
- Size: 27.3 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# storm
[](https://david-dm.org/montyanderson/storm)
[](https://travis-ci.org/montyanderson/storm)
> :dollar: A Spotify playlist generator. Rewrite and successor of [SmartPlay](https://github.com/montyanderson/SmartPlay).[](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
```