Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 779 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 779 Bytes

Playlister v0.1

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

Usage

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

Notes

Based on the backbone todo app by Jérôme Gravel-Niquet which uses LocalStorage adapter to persist Backbone models within your browser.