
ChattyCrow – Errbit library
This library is usefull to send error messages from errbit to chatty crow channels!
Installation
# Gemfile in errbit!
gem 'chatty_crow_errbit', '~> 1.0.0'
bundle install
# Add styles to:
# app/assets/stylesheets/application.css.erb
*= require chatty_crow
# And restart your errbit web server.
Configuration in Errbit
Simple set token for channel, token for application and contacts (you can also manage contacts in administration of chattycrow).
Screenshot

Contribution
- Fork
- Create new branch
- Add your hacks or feature
- Create pull request