1.2.3 • Published 9 years ago

portquiz v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

portquiz Build Status

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.

1.2.3

9 years ago

1.2.2

9 years ago

1.1.2

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago