API Libraries
Octobat has official libraries for different programming languages platforms.
Ruby
Available as a gem :
Terminal
sudo gem install octobat
If you use bundler , you can use this line:
Gemfile
gem 'octobat'Check out the Ruby API docs , or see the source on GitHub .
Node.js
Install via npm :
Terminal
npm install octobat-npm
Check out the node.js API docs , or see the source on GitHub .