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
mate-desktop/libmateweather
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
libmateweather is a libgnomeweather fork. libmateweather is a library to access weather information from online services for numerous locations. libmateweather 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 libmateweather as users can always recompile against a new version. To use libmateweather in your code, you need to define the MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding -DMATEWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS. HOW TO TRANSLATE THE DEFAULT LOCATION DATA ------------------------------------------ To translate the default location, enter the data for the largest city on your locale as follows: (Location Data for en_US.UTF-8: «Washington, D.C. US») msgid "'DEFAULT_LOCATION'" msgstr "'Washington'" msgid "'DEFAULT_CODE'" msgstr "'KOCW'" msgid "'DEFAULT_ZONE'" msgstr "'America/New_York'" msgid "'DEFAULT_RADAR'" msgstr "' '" msgid "'DEFAULT_COORDINATES'" msgstr "'35.570557 -77.049721'" You can retrieve the required data if you have set your location on the clock panel applet: $ dconf read /org/mate/panel/objects/clock/prefs/cities ['<location name="" city="Washington" timezone="America/New_York" latitude="35.570557" longitude="-77.049721" code="KOCW" current="false"/>']
About
Library to access weather information from online services
Resources
License
LGPL-2.1, GPL-2.0 licenses found
Licenses found
LGPL-2.1
COPYING
GPL-2.0
COPYING.GPL
Stars
Watchers
Forks
Packages 0
No packages published