domain-inspector
v1.0.2
Published
A simple command-line tool to inspect a domain’s WHOIS data, SSL certificate info, and basic SEO metadata
Readme
Domain Inspector 🚀
A simple command-line tool to inspect a domain’s WHOIS data, SSL certificate info, and basic SEO metadata.
📦 Features
- ✅ WHOIS lookup – retrieves registrar, creation, and expiration dates using
whois-json - 🔐 SSL certificate check – validates SSL, issuer info, and days remaining via
ssl-checker - 🌐 SEO snapshot – fetches page title and meta description using
axios+cheerio - 🎨 Pretty output – color-coded CLI output via
chalk - 🔄 Built-in retry/fail handling – handles network and parsing errors gracefully
🛠️ Built With
- whois-json – fetch WHOIS data
- ssl‑checker – SSL/TLS certificate details
- axios – HTTP requests
- cheerio – HTML parsing
- chalk – colored console output
⚙️ Installation and Usage
npm install -g domain-inspector
domain-inspector google.com
