Barometer via the command line. Extracted from the Barometer gem
Add this line to your application's Gemfile:
gem 'barometer-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install barometer-cli
% barometer berlin
This will output the weather information for the given query. See the help for more command line information.
% barometer -h
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2009-2013 Mark G. See LICENSE for details.