/ping-internet-status

script for verification of internet services and connection

Primary LanguageJavaScript

Ping internet status

Allows you to identify the internet connection times among other things

Installation

$ git clone https://github.com/brpereyra/ping-internet-status.git
$ cd ping-internet-status
$ npm install
$ npm start

Usage

$ npm start

PM2

You can use pm2 to run the application in the background

$ pm2 start index.js --name ping-internet-status