CLI tool to get IP address geolocation, ISP, reverse DNS, and WHOIS data
- CLI tool
- TypeScript support
Runtime:
- TypeScript v6.0.2
- Node.js >= 18.0.0
- npm or yarn
cd ip-info
npm installOr install globally:
npm install -g ip-infoip-info| Script | Command |
|---|---|
npm run build |
tsc |
npm run start |
node dist/index.js |
├── src
│ ├── formatter.ts
│ ├── index.ts
│ ├── lookup.ts
│ ├── public-ip.ts
│ ├── reverse-dns.ts
│ └── whois.ts
├── package.json
├── README.md
└── tsconfig.json
This project is licensed under the MIT license.
Zakaria Kone