Project

growlfire

0.0
No commit activity in last 3 years
No release in over 3 years
Growlfire provides growl notifications via Campfire's steaming API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Growlfire

Growlfire provides growl notifications via Campfire's steaming api.

Installation

Growlfire can be installed via RubyGems:

$ gem install growlfire

Usage

Growlfire needs a Campfire api token, your campfire subdomain, and the name of the room you wish to join. The api token can be set via an env variable CAMPFIRE_TOKEN or as a single line in ~/.campfire

To start growlfire, simply use the command:

$ growlfire mydomain myroom

If you run into problems, you can turn on debug logging to STDOUT with GROWLFIRE_DEBUG=true env var.