A small api to get alerting messages from extreme weather in Europe.
Project description
meteoalarm-api
(Unofficial) Python wrapper for the MeteoAlarm.eu website (European Weahter alarm), which can be used to look if your province in your country has currently had a weather alarm.
Code Example
from meteoalertapi import Meteoalert
# Find you country and province on http://meteoalarm.eu/
meteo = Meteoalert('country_letters', 'province_name')
# Get the weather alarm from your place
meteo = Meteoalert('country_letters', '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.0.1.tar.gz
(2.0 kB
view hashes)