Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.75 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.75 KB

CHECK MY IP

MIT License Website

image image image image

simple website check ip data with node js

Installation

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

Usage/Examples

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

Demo

Authors