Sha256: bebfa75cacb8ec8f467fc72bbf464114741b088dbe03b5c3cd115059b7004f2e

Contents?: true

Size: 740 Bytes

Versions: 3

Compression:

Stored size: 740 Bytes

Contents

# IndicoIo-ruby

A simple Ruby Wrapper for the indico set of APIs

## Installation

Add this line to your application's Gemfile:

    gem 'indico'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install indico

## Usage

```ruby
Indico.political("Guns don't kill people. People kill people.")

Indico.spam("Guns don't kill people. People kill people.")

Indico.posneg("Guns don't kill people. People kill people.")
```

## Contributing

1. Fork it ( https://github.com/[my-github-username]/indico/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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
indico-0.0.2 README.md
indico-0.0.1 README.md
indico-0.0.1.alpha README.md