Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

FutureWorkshops/notifiable-sender

Repository files navigation

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:

gem 'notifiable-sender'

And then execute:

$ bundle

Or install it yourself as:

$ gem install notifiable-sender

Usage

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published