https://github.com/ratson/scan-ports
Scan ports
https://github.com/ratson/scan-ports
Last synced: about 1 year ago
JSON representation
Scan ports
- Host: GitHub
- URL: https://github.com/ratson/scan-ports
- Owner: ratson
- Created: 2017-08-30T15:58:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T16:02:58.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T22:22:18.349Z (about 2 years ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,
}
*/
```