Playlist hack to play around with backbone.js and some API's
Allows you to search for songs and build up a playlist that rdio player runs through
Open up js/token.js and fill in your keys to make the app work
Uses the echonest api for querying song data
Uses the rdio api for playing songs
Based on the backbone todo app by Jérôme Gravel-Niquet which uses LocalStorage adapter to persist Backbone models within your browser.