Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakabonne/chatwork_api_utils
It's gem to support notification of chatwork
https://github.com/nakabonne/chatwork_api_utils
chatwork chatwork-api gem ruby
Last synced: 10 days ago
JSON representation
It's gem to support notification of chatwork
- Host: GitHub
- URL: https://github.com/nakabonne/chatwork_api_utils
- Owner: nakabonne
- License: mit
- Created: 2017-07-11T08:18:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T08:42:33.000Z (over 7 years ago)
- Last Synced: 2024-12-13T10:14:34.941Z (11 days ago)
- Topics: chatwork, chatwork-api, gem, ruby
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ChatworkApiUtils
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/chatwork_api_utils`. To experiment with that code, run `bin/console` for an interactive prompt.
TODO: Delete this and the text above, and describe your gem
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'chatwork_api_utils'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install chatwork_api_utils
## Usage
```ruby
room_id = 00000000
message = 'hello!'
api_token = 111111111ChatworkApiUtils.notify(room_id, message, api_token)
```## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/chatwork_api_utils. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).