Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 457 Bytes

Port checker application

Simple lightweight application to check if a port is open on a given ip, using ElectronJS.

Requirements

Clone the repo, open a terminal in the repo's path and run the following code:

npm install

Assuming you have npm installed.

Usage

Run the following code to test it:


npm start

Example