davidpirogov / sopel-openweathermap

An OpenWeatherMap module for looking up the weather using the Sopel IRC bot
MIT License
2 stars 1 forks source link

Add Air Quality metric to the weather message #8

Open davidpirogov opened 2 years ago

davidpirogov commented 2 years ago

The OpenWeatherMap API provides an air-quality metric here https://openweathermap.org/api/air-pollution

Add a text to the output weather message

davidpirogov commented 2 years ago

Dependent on resolution of https://github.com/csparpa/pyowm/issues/387