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 * Get sunrise/set moonrise/set and many more informations about a location
0011 * Weather alerts of a country (ToDo)
0012 
0013 ### Usage Example
0014     The following snippet will get the weather forecast of Paris, France.
0015 \snippet snippets/example.cpp example
0016 
0017 ### Classes
0018 * [WeatherForecastSource](\ref WeatherForecastSource) Request weatherforecast by coordinates, everything will be fetched if not provided
0019 * [PendingWeatherForecast](\ref PendingWeatherForecast) Pending object for asynchronous data fetching
0020 * [SunriseSource](\ref SunriseSource) Fetch sunrise informations, used internally by [WeatherForecastSource](\ref WeatherForecastSource)
0021 * [LocationQuery](\ref LocationQuery) Query places by name or locate the current position
0022 * [GeoTimezone](\ref GeoTimezone) Class to obtain timezone via coordinate
0023 
0024 ## Services Used
0025 * [Norwegian Meteorological Institute](https://www.met.no/) WeatherForecast and Sunrise data
0026 * [Geonames.org](https://geonames.org) Location name search
0027 
0028 ## Links
0029 
0030 - Mailing list: <https://mail.kde.org/mailman/listinfo/kde-devel>
0031 - IRC channel: #kde-devel on Freenode
0032 - Git repository: <https://invent.kde.org/libraries/kweathercore/>