Skip to content

jprichardson/node-proxyinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Get information about HTTP proxy servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published