https://github.com/foca/transporter-campfire
Deliver messages to your Campfire room using Transporter
https://github.com/foca/transporter-campfire
Last synced: 11 months ago
JSON representation
Deliver messages to your Campfire room using Transporter
- Host: GitHub
- URL: https://github.com/foca/transporter-campfire
- Owner: foca
- License: mit
- Created: 2009-08-10T20:05:26.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-08-10T22:21:07.000Z (almost 17 years ago)
- Last Synced: 2023-04-10T10:20:06.625Z (about 3 years ago)
- Language: Ruby
- Homepage: http://github.com/foca/Transporter
- Size: 70.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Transporter::Campfire
Notify your Campfire from Transporter
See Transporter[http://github.com/foca/transporter] for a description of the
library.
== How to use
require "transporter/campfire"
Transporter.deliver(
:message => { :short => "..." },
:using => {
:campfire => {
:subdomain => "myaccount", # account/subdomain your campfire uses
:ssl => true, # either true or false (optional)
:proxy => "proxy url", # see Tinder's API docs (optional)
:login => "your email",
:password => "your password",
:room => "room name"
}
}
)
== Install
gem install transporter-campfire
== Credits
Author:: Nicolás Sanguinetti (foca[http://github.com/foca])
License:: MIT (see LICENSE file)