Uptime monitor APP using React js
JavaScript CSS HTML
Switch branches/tags
Nothing to show
Latest commit 2676821 Apr 15, 2015 @maxcnunes maxcnunes improves docs

README.md

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;