Barometer CLI
Barometer via the command line. Extracted from the
Barometer gem
Installation
Add this line to your application's Gemfile:
gem 'barometer-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install barometer-cli
Usage
% barometer berlin
This will output the weather information for the given query.
See the help for more command line information.
% barometer -h
Contributing
- 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
Copyright (c) 2009-2013 Mark G. See LICENSE for details.