Directory

x-weather - Vaadin Add-on Directory

A collection of Web Components implementing portions of the OpenWeatherMap API. x-weather - Vaadin Add-on Directory
x-weather ====== ## About * A collection of [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components) implementing portions of the [OpenWeatherMap API](https://openweathermap.org/api). ## Installation ### Add Internet Explorer 11 compatible polyfills ```html
``` ### Load and register the web component in the CustomElementRegistry ```html ``` ## Usage * After installation and [signing up for an API key](https://home.openweathermap.org/users/sign_up), use the custom element: ```html ``` ## Additional information * Other builds and examples (including basic service workers) can be found inside the [lib folder](https://github.com/kherrick/x-weather/tree/master/lib) * The package can be installed and imported by npm: - `npm i x-weather` - `import 'x-weather/lib/build-no-polyfills-esm/esm/main'`