/checkping

A small utility for checking server response times

Primary LanguageJavaScript

checkping

A utility for checking latency on endpoints

Installation

Use the package manager npm to install.

npm install checkping

Usage

import checkping from "checkping";

checkping(ip, multiplier); // ip: server IP, multiplier: tuning for delay, return: Promise<number>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT