HTML5 Web APIs

Exercise: Web Components

The newsreader web application displays the news headlines of a selected country
(requires an API key from GNews).

Extract the code for displaying a news article into a web component that can be used as follows:
<news-article title="..." content="..." image="..." url="..."></news-article>