Sha256: 850acec9fd7d4d59952c05a60ca4dbf5034be5b7ac71cc64863d7ac70fc97d4e
Contents?: true
Size: 777 Bytes
Versions: 3
Compression:
Stored size: 777 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 ``` ruby require "chatwork" # Create message ChatWork.api_key = "XXX" ChatWork::Message.create(room_id: 1234, body: "Hello, ChatWork!") ``` or ``` sh $ cat send_message.rb require "chatwork" ChatWork::Message.create(room_id: 1234, body: "Hello, ChatWork!") $ CHATWORK_API_TOKEN=xxx ruby send_message.rb ``` ## 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chatwork-0.4.1 | README.md |
chatwork-0.4.0 | README.md |
chatwork-0.3.1 | README.md |