Sha256: 0c55d521aeb354acdccff02efd3c7cbc2a226d541bc8a6978eb1fd18565ffb87
Contents?: true
Size: 711 Bytes
Versions: 11
Compression:
Stored size: 711 Bytes
Contents
# Notifiable::Sender Wrapper for the notifiable notifications API. Use this to send notifications from Ruby code. ## Installation Add this line to your application's Gemfile: ```ruby gem 'notifiable-sender' ``` And then execute: $ bundle Or install it yourself as: $ gem install notifiable-sender ## Usage ```ruby notifiable = Notifiable::Sender.new(ENV['notifiable_access_id']) notifiable.send_notification(message: 'Hello notifiable') ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/FutureWorkshops/notifiable-sender. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
11 entries across 11 versions & 1 rubygems