ymn / whois2json

whois2json library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whois2json

library to whois certain TLDs. We use whoisserver-world library to parseDomain and tests. More importantly we take whoisServers from this library. Make sure it is up2date.

API

npm i --save https://github.com/7c/whois2json

import { whois2json } from '7c/whois2json'

let result = await whois2json(domain.name)

CLI

npm i -g https://github.com/7c/whois2json

dist/tldinfo

shows information about top-level-domain such as sampleDomains

dist/whois2json

whois given hostname`s domain and outputs as json

About

whois2json library


Languages

Language:TypeScript 79.8%Language:JavaScript 20.2%