proxyinfo

0.0.6 • Public • Published

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.

/proxyinfo/

    Package Sidebar

    Install

    npm i proxyinfo

    Weekly Downloads

    0

    Version

    0.0.6

    License

    none

    Last publish

    Collaborators

    • jprichardson