1
0
mirror of https://github.com/balkian/Hookio-Calendar.git synced 2025-09-02 18:12:20 +00:00

Initial commit

This commit is contained in:
J.Fernando Sánchez
2012-03-01 16:04:36 +01:00
commit aafb785237
3 changed files with 82 additions and 0 deletions

13
bin/calendar Normal file
View File

@@ -0,0 +1,13 @@
#!/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();