文件名称:node-campfire:使用 node.js 与 Campfire 交互
文件大小:18KB
文件格式:ZIP
更新时间:2024-07-13 10:20:37
JavaScript
节点营火 使用 node.js 与 Campfire 交互。 例子 安装 。 更改YOUR_ACCOUNT 、 YOUR_TOKEN和ROOM_ID 。 使用node examples/ping.js运行示例。 通过网络界面向您在配置中设置的房间发送“PING”消息。 样本输出 $ node examples/ping.js PING received. PONG sent at 2010/01/13 01:00:00 +0000. Received unknown message: { " body " : " PONG " , " type " : " TextMessage " , " id " : 1, " user_id " : 1, " room_id " : 1, " created_at " : " 2010-01-13 01:00:00 " } 执照 n
【文件预览】:
node-campfire-master
----package.json(1KB)
----LICENSE(1KB)
----README.markdown(747B)
----examples()
--------images()
--------growl.js(940B)
--------ping.js(613B)
----lib()
--------campfire.js(4KB)
--------campfire()