Last active
August 10, 2016 22:26
-
-
Save scottfister/f8ad4f31e7ffe4b54221f463dd3c2892 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
{ | |
"cards":[ | |
{ | |
"type":"place", | |
"title":"McDonald's", | |
"imageURL":"http://upload.wikimedia.org/wikipedia/commons/thumb/1/17/DowneyMcdonalds.jpg/240px-DowneyMcdonalds.jpg", | |
"placeCategory":"Fast Food" | |
}, | |
{ | |
"type":"movie", | |
"title":"Guardians of the Galaxy", | |
"imageURL":"http://image.tmdb.org/t/p/w185/9gm3lL8JMTTmc3W4BmNMCuRLdL8.jpg", | |
"movieExtraImageURL":"http://image.tmdb.org/t/p/w185/hwzMHnBpfLutaOMVVMkIkLWHBYU.jpg" | |
}, | |
{ | |
"type":"music", | |
"title":"Pachelbel's Canon in D Major", | |
"imageURL":"http://i1.ytimg.com/vi/QE-_3b7bqRM/hqdefault.jpg", | |
"musicVideoURL":"https://www.youtube.com/watch?v=QE-_3b7bqRM" | |
},{ | |
"type":"place", | |
"title":"McDonald's", | |
"imageURL":"http://upload.wikimedia.org/wikipedia/commons/thumb/1/17/DowneyMcdonalds.jpg/240px-DowneyMcdonalds.jpg", | |
"placeCategory":"Fast Food" | |
}, | |
{ | |
"type":"movie", | |
"title":"Guardians of the Galaxy", | |
"imageURL":"http://image.tmdb.org/t/p/w185/9gm3lL8JMTTmc3W4BmNMCuRLdL8.jpg", | |
"movieExtraImageURL":"http://image.tmdb.org/t/p/w185/hwzMHnBpfLutaOMVVMkIkLWHBYU.jpg" | |
}, | |
{ | |
"type":"music", | |
"title":"Pachelbel's Canon in D Major", | |
"imageURL":"http://i1.ytimg.com/vi/QE-_3b7bqRM/hqdefault.jpg", | |
"musicVideoURL":"https://www.youtube.com/watch?v=QE-_3b7bqRM" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment