1.0.9 • Published 5 years ago

incident-detector v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Package configuration:

In package.json for the project an Object "incident" need to be initialized:

Example:

"incident": {
   "host": "127.0.0.1",
   "method": "POST",
   "path": "/error/logError",
   "port": 3000 }