This gem adds an angular.js and websockets based web control panel for the Cinch bot framework
NOTE: NOT PUBLISHED YET. THIS IS NOT A COMPLETE BUILD Add this line to your application's Gemfile:
gem 'CinchControlPanel'
And then execute:
$ bundle
Or install it yourself as:
$ gem install CinchControlPanel
Either call CinchControlPanel::WebServer.run!
in your ruby code or setup a rackup file
#config.ru
require 'CinchControlPanel'
run CinchControlPanel::WebServer
and call it via rackup -p 4567
- Fork it ( https://github.com/mdelaossa/CinchControlPanel/fork )
- 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 a new Pull Request