KDercksen / qbot

Tiny plugin based IRC bot
1 stars 1 forks source link

Add support for weather request #18

Open pieterwolfert opened 7 years ago

pieterwolfert commented 7 years ago

Please add support for a weather request, for example:

~weather london

qbot: min 14 max 18 degrees celsius, 70% chance of rain

KDercksen commented 7 years ago

https://openweathermap.org/api might be useful here

KDercksen commented 7 years ago

@pieterwolfert can you take a look at https://openweathermap.org/current and see what kind of data from the JSON response would be valuable to list? Cheers

pieterwolfert commented 7 years ago

weather.main, main.temp, main.humidity, clouds.all, rain.3h, these parameters seem most interesting to me.