0.0.6 • Published 12 years ago

proxyinfo v0.0.6

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

build status

Proxy Info

Proxy Info is a very simple Node.js app that displays information about your proxy connection.

Usage

Installation

npm install proxyinfo

Using as an app

Navigate to the proxyinfo directory and run:

bin/proxyinfo

This runs on port 80, thus you will need to run this with elevated permissions. I highly suggest that you don't run this as root user. Read this article to learn about how to setup your Node.js app as a service.

Using as a library

var proxyinfo = require('proxyinfo');
proxyinfo.createProxyApp({countryLookup: true}, function(app){
	//your logic here

	app.listen(80);
});

License

(MIT License)

Copyright 2012, JP Richardson

See LICENSE for more details.

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago