Widget that displays the weather in the specified cities.
Users should be able to add this widget to their websites as simple as inserting the snippet into an HTML-page:
<weather-widget></weather-widget>
<script type="module" src="https://yankvasya.github.io/weather-widget/assets/index.js"></script>
An example of using a custom tag can be seen at this link
yarn
yarn dev
yarn build