Skip to content

ZakariaDev000/ip-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ip-info

Version License TypeScript

CLI tool to get IP address geolocation, ISP, reverse DNS, and WHOIS data

Features

  • CLI tool
  • TypeScript support

Tech Stack

Runtime:

  • TypeScript v6.0.2

Prerequisites

  • Node.js >= 18.0.0
  • npm or yarn

Installation

cd ip-info
npm install

Or install globally:

npm install -g ip-info

Usage

CLI

ip-info

Available Scripts

Script Command
npm run build tsc
npm run start node dist/index.js

Project Structure

├── src
│   ├── formatter.ts
│   ├── index.ts
│   ├── lookup.ts
│   ├── public-ip.ts
│   ├── reverse-dns.ts
│   └── whois.ts
├── package.json
├── README.md
└── tsconfig.json

License

This project is licensed under the MIT license.

Author

Zakaria Kone

About

IP geolocation, reverse DNS & WHOIS lookup. Find your public IP. Zero deps. #ip #geolocation #whois #dns #networking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors