Backend services for Cloud Monitor.
This backend drives the functionality of Cloud Monitor.
- API requests made automatically given information from database
- URLs pinged automatically
- Notify users when target API is not responding
- Currently supports Email
- Support underway for Discord and SMS
Node.js can be downloaded directly. Installer will have further instructions to complete install. Once installed, the Node version can be verified through opening a shell instance and executing:
node -v
Execute: npm install express
Execute: npm install pg
Execute: npm install request
Feel free to download or fork! If you have requests for additional features, please reach out or create a PR directly.