simple website check ip data with node js
To install "CHECK MY IP", required:
npm install ua-parser-js dns axios express request-ip useragent
Clone repo
git clone https://github.com/bagusass/check-my-ip.git
cd check-my-ip
edit token ipinfo.io in server.js , its free you can get from ipinfo.io
https://ipinfo.io/${clientIp}?token=YOUR_TOKEN_HERE
example
https://ipinfo.io/${clientIp}?token=123456789
start website
node server.js
check website from localhost
http://localhost:3000