portquiz
v1.2.3
Published
Node module to check for open outbound TCP ports.
Downloads
8
Maintainers
Readme
portquiz
A Node.JS CLI tool to check for open outbound TCP ports.
Objective
This is a Node CLI tool based on http://portquiz.net to test for open outbound ports in your computer.
This is particularly useful when you're trying to debug connection to other web services or when you are trying to find a nice port to place some service you are deploying.
Getting Started
Install the module with: npm install -g portquiz
This is a global and independent module so run it from your console and check the results.
Install with cli command
$ npm install -g portquiz
$ portquiz --help
$ portquiz --version
If you're having permissions problems try using sudo for root privileges:
$ sudo npm install -g portquiz
$ portquiz --help
$ portquiz --version
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
License
Copyright (c) 2014 Matheus Kautzmann
Licensed under the MIT license.