1.0.4 • Published 3 years ago

local-port-checker v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

License

MIT