Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created April 23, 2015 15:11
Show Gist options
  • Save ahmetabdi/1d0c40fe0acd51f63732 to your computer and use it in GitHub Desktop.
Save ahmetabdi/1d0c40fe0acd51f63732 to your computer and use it in GitHub Desktop.
iex(1)> Tmdb.Movie.popular[:results]
[%{"adult" => false, "backdrop_path" => "/xu9zaAevzQ5nnrsXN6JcahLnG4i.jpg",
"id" => 157336, "original_title" => "Interstellar",
"popularity" => 34.1716910628099,
"poster_path" => "/nBNZadXqJSdt05SHLqgT0HuC5Gm.jpg",
"release_date" => "2014-11-05", "title" => "Interstellar", "video" => false,
"vote_average" => 8.5, "vote_count" => 2009},
%{"adult" => false, "backdrop_path" => "/c1OSRvorPXvGtFka7mgV6Jcw6jd.jpg",
"id" => 168259, "original_title" => "Furious 7",
"popularity" => 29.8393594653136,
"poster_path" => "/dCgm7efXDmiABSdWDHBDBx2jwmn.jpg",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment