sopel-irc / sopel-weather

A working re-implementation of the weather plugin for Sopel
MIT License
6 stars 7 forks source link

Expand Configuration Options #37

Open ghost opened 3 years ago

ghost commented 3 years ago

This has been discussed, passingly, in PRs, issues, and in IRC itself. Just pasting some stuff here for future reference. Please feel free to expand in comments.

This issue is a collection of things that might be good things to include as configuration options for sopel-weather.

Below is a list of options I know to have been previously discussed. Please feel free to expand in comments.

dgw commented 1 year ago

Having just thrown together #43, I know there is a "feels like" temperature option in the Open-Meteo API. For #11, that API also has a temperatureApparent field (same thing).

Similarly, both Open-Meteo and Tomorrow have wind-gust fields available, too.

The temperature stuff should all be handled on the plugin side from metric measurements retrieved from the API.