Project

firebell

0.0
No commit activity in last 3 years
No release in over 3 years
A ruby client for https://firebellapp.com - push notifications as a service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
>= 0
>= 0
 Project Readme

Firebell

Firebell notifier for Ruby

Usage

firebell = Firebell::Client.new

# creating events

# with just a tag
firebell.notify "project.category.event"

# with a body
firebell.notify "project.category.event", "category has event"

# with parameters
firebell.notify "project.category.event", "location" => "http://server/file"

# with both
firebell.notify "project.category.event", "location" => "http://server/file", "category has event"

Installation

Add this line to your application's Gemfile:

gem 'firebell'

And then execute:

$ bundle

Or install it yourself as:

$ gem install firebell

Contributing

PR via Github, suggestions to luke@ghostworks.io