#Validation Tracker
##Installation Instructions:
-
Install node.js and npm.
-
Install dependencies with
sudo npm install. -
Create a config.js file using the config.js.example file with the credentials you need.
-
Run
node remote.json any rippled machines that you want to parse the rippled logs for validation confirmations. -
Run
node app.json the machine that you want to talk to the database and run the api.
##Usage Instructions:
/health will print the health of all the validators in the database throughout all time in json format.
/health/display will display the health of all the validators in the database throughout all time with an option to add to and from filters.
In order to add filters you can add /from/to to the url where the format of each date is yyyymmddhhmmss.
For example /health/20130101000000/20141204000000 would display the json data of all the validators from Jan. 1st, 2013 to Dec. 4th, 2014.