npm explorer
incident-detector-test - npm explorer
incident-detector-test
v1.0.8
Api incident projekt
6
/week
Updated 3 years ago
MIT
Unpacked: 33.9 KB
Published by
Zdih
npm
yarn
pnpm
bun
npm install incident-detector-test
npm
Readme
Dependencies
(1)
Versions
(1)
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 }
>