A small api to get alerting messages from extreme weather in Europe from https://www.meteoalarm.org.
Project description
meteoalarm-api
(Unofficial) Python wrapper for the MeteoAlarm.org website (European Weahter alarm), which can be used to look if your province in your country has currently had a weather alarm.
Installation
Using Pip:
pip install meteoalertapi
Code Example
from meteoalertapi import Meteoalert
# Find you country and province on http://meteoalarm.org/
meteo = Meteoalert('country', 'province_name')
# Get the weather alarm from your place
meteo = Meteoalert('country', 'province_name')
print(str(meteo.get_alert()))
Changelog
See the CHANGELOG file.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
meteoalertapi-0.2.0.tar.gz
(3.7 kB
view hashes)
Built Distribution
Close
Hashes for meteoalertapi-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f105eec17478f519cd45c92213ce30fd1af483b7070d7d73e8181b92fb717608 |
|
MD5 | f6d1cf39eaf8259ef2da31a5bfa7d0e4 |
|
BLAKE2b-256 | 7086afc1358b3bce159cd73a809df14aaa2ec3795940d59182b9c96a8294b493 |