Skip to content

Version 1.1.1

Compare
Choose a tag to compare
@farahat80 farahat80 released this 11 Dec 16:09
· 143 commits to master since this release

The component has been fully refactored and now the UI presenation is completely decoupled from the weather provider to allow using any data sources for weather, the component currently comes with 2 weather providers (WeatherBit and OpenWeather), you can create your own provider easily and provide data to the component, the two provider are built as a custom react hooks

WeatherBit provider (useWeatherBit)
OpenWeather provider (userOpenWeather)
Removed the dependency on the weather icon library in favor of SVG icons
Removed the dependency on momentjs
Allow custom themeing to style the component with your colors
Fixed some major issues from version 0.6