# telegraph-ruby A Ruby interface to [Telegra.ph API](http://telegra.ph/api). [![Gem Version](https://badge.fury.io/rb/telegraph-ruby.svg)](https://badge.fury.io/rb/telegraph-ruby) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/cos404) ## Installation Add following line to your Gemfile: ```ruby gem 'telegraph-ruby' ``` And then execute: ```shell $ bundle ``` Or install it system-wide: ```shell $ gem install telegraph-ruby ``` ## Usage ```ruby require 'telegraph-ruby' telegraph = Telegraph.new ``` ## 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