Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 470 Bytes

climatempo

ClimaTempo provides weather forecasts for state capitals, airports and regions in Brazil. This lib attempts at consuming stuff out of it in a little less tiresome manner.

Usage

w = ClimaTempo::Weather.new
w.[airports|capitals|brazil|regions].each do |place, forecasts|
  ...
end

rio = w.forecast_for("Rio de Janeiro")

Dependencies