Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 855 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 855 Bytes

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+.