Add cron-like scheduling to inject

This commit is contained in:
Nicholas O'Leary
2013-09-12 17:21:46 +01:00
parent f7bdece081
commit 755d17766c
3 changed files with 307 additions and 7 deletions

View File

@@ -14,7 +14,8 @@
"express": "3.x",
"mqtt": "*",
"ws": "*",
"mustache": "*"
"mustache": "*",
"cron":"*"
},
"engines": { "node": ">=0.8" }
}