Skip to content

Angular.js/WebSockets control panel for Cinch ruby bot framework

License

Notifications You must be signed in to change notification settings

mdelaossa/CinchControlPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CinchControlPanel

This gem adds an angular.js and websockets based web control panel for the Cinch bot framework

Installation

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

Usage

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

Contributing

  1. Fork it ( https://github.com/mdelaossa/CinchControlPanel/fork )
  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 a new Pull Request

About

Angular.js/WebSockets control panel for Cinch ruby bot framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published