Get the client IP address for the remote browser.
npm install remoteipRemoteIP
--------
A simple method for getting the client IP address for the remote browser.
Demo @ http://remoteip.herokuapp.com
``bash
`
$ npm install remoteip
`
Usage
``
var remoteip = require('remoteip');
// Get the IP address for the user.
var ipAddress = remoteip.get(req);