/pext_module_openweathermap

Allows Pext to retrieve weather information from OpenWeatherMap

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

OpenWeatherMap module for Pext

This module allows Pext to retrieve weather information from OpenWeatherMap.

As OpenWeatherMap requires an API key, one has been included with the module for evaluation and testing purposes. The included API key may stop working at any time. Please request and use your own API key whenever possible.

Data from OpenWeatherMap is licensed under the Creative Commons Attribution Share-Alike 4.0 license.

The included city.list.json file is taken from http://bulk.openweathermap.org/sample/.

Supported flags

  • key: Use a custom API key (recommended!)

Dependencies

Debian

sudo apt-get install python3

Fedora

sudo dnf install python3

License

GPLv3+.