Tells the weather of a given location.
It does:
- Ask the user to input a location.
- Fetch the weather report from the internet and show the current weather to the user.
Requirements
- Ruby
- Internet connection
Usage
ruby weather.rb
You might need an API key from: http://openweathermap.org/appid
Please fork and improve me ;)