/ping-test-master

PING Test Master is tool used to check the user ping for selected games. It make use of the child process and the 'ping' command for each operating system.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ping-test-master

PING Test Master Logo

PING Test Master is tool used to check the user ping for selected games. It make use of the child process and the 'ping' command for each operating system.

Screenshots:

PING Test Master screenshots

How you can get it?

It is avaiable via Windows Store at the moment. If you want to run it on other operating systems you do so by cloning this project and compiling it using Electron.js. Keep in mind that you will have to modify the child process ping command to match the operating system that you wish to run it on.

Windows Store App

You can get it here: PING Test Master.

Cloning the app

To clone the app and get started you must install Node and npm (if you already have them, then do not worry). After cloning the app, run the terminal and navigate to the app directory, then run ‘npm install’. This will download the necessary files to run the app. After the process finishes, run ’npm start’ and the app should run normally.