Skip to content

Instantly share code, notes, and snippets.

@byeblogs
Last active May 25, 2021 11:38
Show Gist options
  • Save byeblogs/6d6e0d856f9d7c74ae1cd549f35ddb17 to your computer and use it in GitHub Desktop.
Save byeblogs/6d6e0d856f9d7c74ae1cd549f35ddb17 to your computer and use it in GitHub Desktop.
Data Newsapi
{
"result": [
{
"portal_name": "ABC News",
"portal_init": "abc-news",
"portal_image": "https://s.abcnews.com/assets/images/apple-touch-icons/touch-icon-ipad-retina.png"
},
{
"portal_name": "CNN",
"portal_init": "cnn",
"portal_image": "https://cdn.cnn.com/cnn/.e/img/3.0/global/misc/apple-touch-icon.png"
},
{
"portal_name": "MTV News",
"portal_init": "mtv-news",
"portal_image": "http://www.mtv.com/apple-touch-icon-precomposed.png"
},
{
"portal_name": "TechCrunch",
"portal_init": "techcrunch",
"portal_image": "https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=180"
},
{
"portal_name": "The Next Web",
"portal_init": "the-next-web",
"portal_image": "https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/icons/apple-touch-icon-120x120.png?v=1539776009"
},
{
"portal_name": "The New York Times",
"portal_init": "the-new-york-times",
"portal_image": "https://www.nytimes.com/vi-assets/static-assets/apple-touch-icon-319373aaf4524d94d38aa599c56b8655.png"
},
{
"portal_name": "The Verge",
"portal_init": "the-verge",
"portal_image": "https://cdn.vox-cdn.com/uploads/chorus_asset/file/7395359/ios-icon.0.png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment