Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "cron-ping", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Background process that pings addresses.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,2 +27,10 @@ cron-ping | ||
## Forever | ||
You can use forever to run cron-ping as a background process. Put your entire usage into a single file. | ||
For example pinger.js | ||
``` | ||
npm install forever -g | ||
forever start pinger.js | ||
``` | ||
## API | ||
@@ -29,0 +37,0 @@ - monitor(pattern, sites, cb, stop) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3302
41