go-uptime
Simple monitor server to check uptime of any target reachable through HTTP.
The Go Uptime is composed of an API and APP separated in different projects.
APP
This current project is the web user interface for go uptime api.
After some minutes:
Development
- Development server
npm run dev. - Continuously run tests on file changes
npm run watch-test; - Run tests:
npm test; - Build
npm run build;

