Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 256 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 256 Bytes

X1 Pinger

Installation

npm install
npm start

Usage

curl http://localhost:3334/ping_times | jq
{
  "average": 946,
  "median": 1003,
  "pingTimes": [
    602,
    802,
    602,
    1204,
    1004,
    1406,
    1003
  ]
}