RubyWeather is a library for interacting with weather.com's xoap service using the Ruby language. The library allows for fetching current weather conditions and forecasts for just about anywhere in the world using intuitive Ruby code.
For more information, read the documenation at http://rubyweather.rubyforge.org. You might also want to have a look at the RubyForge project site at http://rubyforge.org/projects/rubyweather.
QUICK INSTALL
As a Rails plugin:
cd <your rails app directory> ruby script/plugin install -x http://rubyweather.googlecode.com/svn/trunk
Or as a RubyGem:
gem install RubyWeather