GitHub - innovationinsoftware/12factor

Skip to content

Navigation Menu

Sign in

Appearance settings

Welcome to Pinger

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.

Environment Variables

PINGER_PORT=3030

If no PINGER_PORT environment variable is provided, the application will default fo 3000.

Installation

npm install

To run the unit tests

npm test

To get the application up and running

node server.js