Created
April 23, 2015 15:11
-
-
Save ahmetabdi/1d0c40fe0acd51f63732 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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