0.1.0 • Published 7 years ago

port-find v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

port-find

Retrieve active connections given a remote port

Install

$ npm i -S port-find

or with Yarn:

$ yarn add port-find

Usage

const portFind = require('port-find');

portFind(3000)
    .then(res => {
        console.log(res);
    })
    .catch(err => {
        console.error(err);
    });

License

MIT © Vu Tran

0.1.0

7 years ago

0.0.0

7 years ago