# Cinch::Plugins::Weatherman [![Gem Version](https://badge.fury.io/rb/cinch-weatherman.png)](http://badge.fury.io/rb/cinch-weatherman) [![Dependency Status](https://gemnasium.com/canonical-hackers/cinch-weatherman.png)](https://gemnasium.com/canonical-hackers/cinch-weatherman) [![Build Status](https://travis-ci.org/canonical-hackers/cinch-weatherman.png?branch=master)](https://travis-ci.org/canonical-hackers/cinch-weatherman) [![Coverage Status](https://coveralls.io/repos/canonical-hackers/cinch-weatherman/badge.png?branch=master)](https://coveralls.io/r/canonical-hackers/cinch-weatherman?branch=master) [![Code Climate](https://codeclimate.com/github/canonical-hackers/cinch-weatherman.png)](https://codeclimate.com/github/canonical-hackers/cinch-weatherman) ## Installation Add this line to your application's Gemfile: gem 'cinch-weatherman' And then execute: $ bundle Or install it yourself as: $ gem install cinch-weatherman ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request