Live Status application provides a list of nodes and their respective status (Loading/Online/Offline).
The current application is displaying a list of nodes. Each node represents a server which has many blocks and the blocks for each node are returned from the blocks endpoint. The application is getting the status for each node and updating the state automatically.
$ git clone https://github.com/jreisz/status
$. `npm install` – install dependencies
$. `npm test` – run all tests
$. `npm test:cover` – run test coverage
$. `npm start` – serve the app at [http://localhost:3000/](http://localhost:3000/) (it automatically opens the app in your default browser)Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.
- UX/UI Styling
Copyright (c) Juan Manuel Reisz 2021
develop