1
0
mirror of https://github.com/balkian/Hookio-Calendar.git synced 2024-11-23 19:52:29 +00:00
Hookio-Calendar/bin/calendar

14 lines
314 B
Plaintext
Raw Normal View History

2012-03-01 15:04:36 +00:00
#!/usr/bin/env node
var Hook = require('../lib/calendar').CalendarHook;
var hook = new Hook({
name: "calendar"
});
// Hook.start defaults to localhost
// it can accept dnode constructor options ( for remote connections )
// these hooks can be started on diffirent machines / networks / devices
hook.start();