0.2.0 • Published 6 years ago
weather-elements v0.2.0
weather-elements
Collection of HTML Elements which provide weather information of current place.
With WebComponents technology, you can acquire weather information rapidly (minimum Two line of code!).
Demo
Check Demo page!!
What this package can do
Current widgets are
- weather-widget: current weather of your position
all weather information is provided throught OpenWeatherMap.
In your product, you needs to acquire free Acount in OpenWeatherMap.
How to Use
In your HTML file,
<script src="https://cdn.jsdelivr.net/npm/weather-elements@0.0.1"></script>
<weather-widget appid="YourOpenWeatherMapID"></weather-widget>
That's all!!