UNPKG

express-iplogger

Version:

A simple IP logger library for Express using ip-api.com

26 lines (25 loc) 539 B
{ "name": "express-iplogger", "version": "1.0.8", "description": "A simple IP logger library for Express using ip-api.com", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "express", "ip-api.com", "iplogger", "geolocation" ], "repository": { "type": "git", "url": "https://github.com/A-Eugene/express-iplogger.git" }, "readme": "README.md", "author": "AEugene", "license": "MIT", "dependencies": { "axios": "^0.24.0" } }