1
0
mirror of https://github.com/balkian/Hookio-Calendar.git synced 2024-11-23 19:52:29 +00:00
Hookio-Calendar/bin/calendar
J.Fernando Sánchez aafb785237 Initial commit
2012-03-01 16:04:36 +01:00

14 lines
314 B
JavaScript

#!/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();