<h1 align="center">Welcome to openport-scanner 👋</h1>

> A package that scans your local area network for given port in all hosts.\
  A port must be provided as an argument to the Scanner function.
## Install

```sh
npm i openport-scanner
```

## Usage

```sh
    var Scanner=require("openport-scanner");
    let port=80;
    Scanner(port);
```

## Output

> Port found on host :  192.168.1.255 80 Closed\
> Port found on host :  192.168.1.1 80 Open

## Author

👤 **Prabhjot Singh**

* Github: [@prab409069](https://github.com/prab409069)

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Prabhjot Singh](https://github.com/prab409069).<br />
