https://github.com/factomproject/overview
Created a tool to monitor factom nodes
https://github.com/factomproject/overview
Last synced: 10 months ago
JSON representation
Created a tool to monitor factom nodes
- Host: GitHub
- URL: https://github.com/factomproject/overview
- Owner: FactomProject
- License: mit
- Created: 2018-08-30T15:03:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:50:51.000Z (about 5 years ago)
- Last Synced: 2025-04-11T04:39:42.071Z (10 months ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Easy way
================
After you clone down the repo, cd into `factom-node-monitoring-tool`
Once in the repo run
``` bash
$ npm install
```
You can modify what IPs and APIs you want to call in the `.env` file.
In one terminal run:
``` bash
$ node server.js
```
In another terminal run:
``` bash
$ npm run start
```
^^^ that will start the client on lvh.me:3000
Changes made on the webpage will save via localStorage, so when you return you wont have to change what is diplayed.