@singuerinc


2014-08-10 by Nahuel Scotti | 1 min read

Movies: RequireJS + Marionette.js

  • #javascript
  • #marionette
  • #movies
  • #requirejs
  • #themoviedb-api

Does you application needs to display some info about a movie?
Here I show you can do it.

Yesterday I found that "The Movie DB" is one of the best options to search for movies info. So, I've made a quick example of how to integrate it, and like in the last 3 apps I've made I've used RequireJS and Marionette.js.

You could find the source at GitHub

Demo