Skip to content

Library to access weather information from online services

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING
GPL-2.0
COPYING.GPL
Notifications You must be signed in to change notification settings

cafe-desktop/libcafeweather

Repository files navigation

libcafeweather is a libgnomeweather fork.

libcafeweather is a library to access weather information from online
services for numerous locations.

libcafeweather isn't supported in the devel platform, which means OS vendors 
won't guarantee the API/ABI long-term, but authors of open source apps
should feel free to use libcafeweather as users can always recompile against
a new version.  

To use libcafeweather in your code, you need to define the 
CAFEWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
-DCAFEWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.