The purpose of pinger is to runtime information about the machine on which it's running.
The following examples assumes that pinger is running on localhost on the default port, 3000.
Adjust your url accordingly.
PINGER_PORT=3030
If no PINGER_PORT environment variable is provided, the application will default fo 3000.
npm install
To run the unit tests
npm test
To get the application up and running
node server.js