Backbone Marionette Sample Application

First post. Hello!! This is a small sample appliction I some time ago while learning about Backbone Marionette and trying to find out the best way to go about building an application with it. Much of the application structure is based upon the ideas I read about in the Marionette books written by David Sulc

http://malonecj.github.io/backbonesampleplaylist_app/

View Code

_config.yml

The application itself is a simple playlist app, using the Spotify Web API to search for songs and artists and play. After searching for tracks, you can then play a 30 second clip of it. We use the html5 audio element for this, and pass it a Url that we get back from the Spotify API.

You can view and download the code for the application here. To run it yourself, clone the repository and run

 npm install
 grunt serve

which will fire up a local server and the application.

Written on April 1, 2015