Skip to content

Latest commit

 

History

History
executable file
·
49 lines (37 loc) · 973 Bytes

README.md

File metadata and controls

executable file
·
49 lines (37 loc) · 973 Bytes

Project name:

Node monitor:

Node monitor is a monitoring app to check up/down time and notify user.

git clone:

repos git.

git clone https://github.com/bpinazmul18/node-monitor.git

Installation:

yarn install

Usage:

yarn start

Configure env:

create file config/development.json

{
    "name": "node-monitor --Development",
    "port": 9000,
    "envName": "default",
    "secreteKey": "",
    "maxChecks" : 5,
    "twilio" : {
      "from" : "twilio_number",
      "accountSID" : "twilio_accountSID",
      "authToken" : "twilio_authToken"
    }
  }

Contributing:

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Inspired by:

Learn with Sumit - LWS - Bangladesh.