Api used
- openweathermap: weather query for the day and for the coming days
- geocode: transformation of any location name into geographical coordinates, and the other way around (reverse geocoding)
At first, you need to get API key.
Use component to show the widget.
<WeatherContainer
APIKey={APIKey}
initialPlace={initialPlace}
units={Units.Metric}
/>
use npm run install
in the project root folder