python-aemet-forecast 0.0.1

Creator: bigcodingguy24

Last updated:

0 purchases

python-aemet-forecast 0.0.1 Image
python-aemet-forecast 0.0.1 Images
Add to Cart

Description:

pythonaemetforecast 0.0.1

PYTHON-AEMET_FORECAST
A Python module for accessing Aemet forecast data through its api
from aemet_forecast import AemetForecast

API_KEY = "your-api-key"
MUNICIPIO_ID = 14021

forecast = AemetForecast(api_key=API_KEY)

weekly_forecast_data = forecast.get_daily_forecast(MUNICIPIO_ID)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.