jimmytang / Backbone-Music-Player

Based off the tutorial at peepcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone Tunes: A backbone.js demo
==================================

- Displays a list of available albums and their tracks
- Allows queueing albums for playback
- Plays the queue, one track at a time

USAGE
=====

Run:

    rake server

Visit the webserver at:

    http://localhost:9292

About

Based off the tutorial at peepcode