Sha256: 3053f2adc667fe870375ca0dc60df7f6ce01f33e3d22e86c9df4d63d9d8e83a5

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegraph-ruby-0.1.0 README.md