Warning, /libraries/kweathercore/README.md is written in an unsupported language. File is not indexed.

0001 # KWeatherCore
0002 
0003 ## Introduction
0004 Get weather forecast and alerts anywhere on the earth easy.
0005 KWeatherCore provides you a highly abstracted library for things related to weather.
0006 
0007 Features:
0008 * Get local weather forecast.
0009 * Get weather of a location by name or coordinate.
0010 * Weather alerts of a country (ToDo)
0011 
0012 ### Usage Example
0013     The following snippet will get the weather forecast of Paris, France.
0014 \snippet snippets/example.cpp example
0015 
0016 ### Classes
0017 * [WeatherForecastSource](\ref WeatherForecastSource) Request weatherforecast by coordinates, everything will be fetched if not provided
0018 * [PendingWeatherForecast](\ref PendingWeatherForecast) Pending object for asynchronous data fetching
0019 * [LocationQuery](\ref LocationQuery) Query places by name or locate the current position
0020 * [GeoTimezone](\ref GeoTimezone) Class to obtain timezone via coordinate
0021 
0022 ## Services Used
0023 * [Norwegian Meteorological Institute](https://www.met.no/) WeatherForecast
0024 * [Geonames.org](https://geonames.org) Location name search
0025 
0026 ## Links
0027 
0028 - Mailing list: <https://mail.kde.org/mailman/listinfo/kde-devel>
0029 - IRC channel: #kde-devel on Libera Chat
0030 - Git repository: <https://invent.kde.org/libraries/kweathercore/>