Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxcnunes/go-uptime-app

Uptime monitor APP using React js
https://github.com/maxcnunes/go-uptime-app

Last synced: 27 days ago
JSON representation

Uptime monitor APP using React js

Awesome Lists containing this project

README

        

# go-uptime

Simple monitor server to check uptime of any target reachable through HTTP.

The Go Uptime is composed of an [API](https://github.com/maxcnunes/go-uptime-api) and APP separated in different projects.

## APP

This current project is the web user interface for go uptime api.

![](https://raw.githubusercontent.com/maxcnunes/go-uptime-app/master/docs/go-uptime-1.gif)

After some minutes:

![](https://raw.githubusercontent.com/maxcnunes/go-uptime-app/master/docs/go-uptime-2.gif)

## Development

* Development server `npm run dev`.
* Continuously run tests on file changes `npm run watch-test`;
* Run tests: `npm test`;
* Build `npm run build`;