Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxcnunes/go-uptime-app
- Owner: maxcnunes
- Created: 2015-02-14T19:59:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T03:30:32.000Z (over 9 years ago)
- Last Synced: 2024-04-13T04:51:54.256Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 418 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`;