Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

client-device-ip-details

sheerazanwar15ISC1.0.0

Get device details and IP address of client

IP, address, ip-address, device, platform, ipv4, ipv6, port, device-type, type

readme

Client Device Details and IP address

No third party dependency required for checking client device details and ip address just import an move on.

Installation

npm i client-device-ip-details --save

Usage

var details = require("client-device-ip-details");

var data = details.getDetails(req);
console.log(data);

License

MIT