Yet another MetaWeather api console line to demonstrate my knowledge in ruby.
I've used Thor gem to pack a cli with the following commands:
weapi help [COMMAND] # Describe available commands or one specific command
weapi raining-tomorrow-in CITY # Check if tomorrow is raining in CITY
weapi weather-on DATE CITY # Get weather for a CITY on given DATE (2020-01-01 format)
weapi weather-tomorrow-in CITY # Get tomorrow's weather for a CITY
The gem is available as open source under the terms of the MIT License.