Comparing version 0.9.4 to 0.9.5
var timexe = require('timexe'); | ||
var res1=timexe(”* * * * * /5”, function(){console.log(“hello wolrd”)}); | ||
var res1=timexe('* * * * * /5', function(){ | ||
console.log('hello The time is now '+(new Date()).toLocaleString()) | ||
}); |
{ | ||
"name": "timexe", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Yet another cron clone – but this one is better :o) - new improved syntax – milliseconds resolution – both for node JS and browser", | ||
@@ -5,0 +5,0 @@ "main": "timexe.js", |
42287
884