Example using Belly's Rdio API http://belly-rdio-challenge.herokuapp.com
git clone https://github.com/anthonyholmes/belly-rdio-challenge.git
cd belly-rdio-challenge
npm install
node server.js
# Example should be available at http://localhost:3000
Bower is utilized to handle front-end dependencies and Gulp is used to compile and concatenate assets.
bower install
gulp watch