Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Last active August 29, 2015 14:16
Show Gist options
  • Save vanderhoop/636825ea38ab48cc3822 to your computer and use it in GitHub Desktop.
Save vanderhoop/636825ea38ab48cc3822 to your computer and use it in GitHub Desktop.
var movies = [
  { title: "Chef", imgURL: "http://cdn5.nflximg.net/webp/9665/11949665.webp" },
  { title: "House of Cards", imgURL: "http://cdn7.nflximg.net/webp/7677/11747677.webp" },
  { title: "His Girl Friday", imgURL: "http://cdn0.nflximg.net/images/0030/2210030.jpg" },
  { title: "Chinatown", imgURL: "http://cdn0.nflximg.net/images/3158/11143158.jpg" },
  { title: "What's Eating Gilbert Grape?", imgURL: "http://cdn9.nflximg.net/webp/1459/8191459.webp" },
  { title: "Robocop (1987)", imgURL: "http://cdn6.nflximg.net/webp/0456/8730456.webp" }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment