Raw Nodejs Backend service which can monitor user given URLs for it's uptime status.
// development
$ npm start
// staging
$ npm run staging
// production
$ npm run production
Play around with postman or any other api clients.
A sample postman collection can be found in the collections
directory.
Feel free to submit a pull request.
- S.M. Shakil - Initial work - S.M.Shakil
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details