node-campfire
Use node.js to interact with Campfire.Example
- Install node.js.
- Change
YOUR_ACCOUNT
,YOUR_TOKEN
andROOM_ID
in examples/ping.js. - Run the example with
node examples/ping.js
. - Send a "PING" message to the room you set in the configuration via the web interface.