@kcgd/local-port-checker
v1.0.2
Published
checks if a port is being used on a local device
Downloads
5
Maintainers
Readme
local-port-checker
This is a simple tool to check if a port is open on your computer
Installation
use npm
npm -i local-port-checker
Usage
var check = require("local-port-checker");
check(80, function(isUsed){
if(isUsed){
//port is in use
} else {
//port is not in use
}
});
Contributing
idk how to use guthub lmao
if you make a new version just credit me somewhere