Ruby weather and mail example - a ruby script that mails me the weather
By Alvin Alexander. Last updated: June 3 2016
I just finished a Ruby client program that gets the current weather for multiple cities, using the Yahoo! Weather RSS Feed, and then mails the output to me. (Besides demonstrating this Ruby weather capability, it also shows how to send a simple mail message using the Ruby mail API.)