This is a small app to visually explore and program requests to the Spotify Web API.
##Running these components To setup a local runtime and hook into the flowhub client you must have a flowhub account (http://app.flowhub.io/).
- install node modules
$ npm install
- register the runtime
$ node node_modules/.bin/noflo-nodejs-init --user <FLOWHUB USER ID> --host localhost --port 3569 --label "Local NoFlo Test"
- run with watchers
$ grunt
##Screenshots Disclaimer: Some components (e.g. the DOM library) is not available on flowhub. You need to host the NoFlo client locally to build the graphs below.