Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 373 Bytes

ConsoleWeather

Tells the weather of a given location.

It does:

  1. Ask the user to input a location.
  2. 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 ;)