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

Version Path
notifiable-sender-0.10.0 README.md
notifiable-sender-0.9.0 README.md
notifiable-sender-0.8.0 README.md
notifiable-sender-0.7.1 README.md
notifiable-sender-0.7.0 README.md
notifiable-sender-0.6.0 README.md
notifiable-sender-0.5.0 README.md
notifiable-sender-0.4.0 README.md
notifiable-sender-0.3.3 README.md
notifiable-sender-0.3.2 README.md
notifiable-sender-0.3.1 README.md