An open API service indexing awesome lists of open source software.

https://github.com/ratson/scan-ports

Scan ports
https://github.com/ratson/scan-ports

Last synced: about 1 year ago
JSON representation

Scan ports

Awesome Lists containing this project

README

          

# scan-ports

Scan ports.

## Installation

```
npm install scan-ports --save
```

## Usage

```js
const scanPorts = require('scan-ports')

scanPorts('npmjs.com', [80, 8000])
/*
{
80: true,
8000: false,
}
*/
```