Skip to content

Parses data from ClimaTempo and presents it in a nice API for consumption in your lovely Ruby

Notifications You must be signed in to change notification settings

dodecaphonic/climatempo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parses data from ClimaTempo and presents it in a nice API for consumption in your lovely Ruby

Resources

Stars

Watchers

Forks

Packages

No packages published