UNPKG

express-ip

Version:

An express middleware for getting information about an IP

24 lines (23 loc) 552 B
{ "name": "express-ip", "version": "1.0.4", "description": "An express middleware for getting information about an IP", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": "https://github.com/CITGuru/express-ip.git", "keywords": [ "express", "ip", "geolocation", "geoip", "geo", "middleware" ], "author": "Oyetoke Toby <oyetoketoby80@gmail.com> (http://medium.com/oyetoketobi)", "license": "MIT", "dependencies": { "geoip-lite": "^1.2.2" } }