Sha256: cbf0f14e3047e177c5575564107d4bcae410928590c2b67552f2edbe9baa1a23

Contents?: true

Size: 600 Bytes

Versions: 8

Compression:

Stored size: 600 Bytes

Contents

# Chatwork

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'chatwork'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install chatwork

## Usage

```
require "chatwork"

# Create message
ChatWork.api_key = "XXX"
ChatWork::Message.create(room_id: 1234, body: "Hello, ChatWork!")
```

## 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

8 entries across 8 versions & 1 rubygems

Version Path
chatwork-0.3.0 README.md
chatwork-0.2.0 README.md
chatwork-0.1.2 README.md
chatwork-0.1.1 README.md
chatwork-0.1.0 README.md
chatwork-0.0.7 README.md
chatwork-0.0.6 README.md
chatwork-0.0.5 README.md