whois 1.0.0 copy "whois: ^1.0.0" to clipboard
whois: ^1.0.0 copied to clipboard

Lightweight and performant WHOIS client supporting hundreds of TLDs.

Lightweight and performant WHOIS client supporting hundreds of TLDs.

An easy way to perform whois queries from mobile applications, desktop and CLI.

Usage #

You can get a raw result of a whois query as follows:

    final whoisResponse = await Whois.lookup('xeost.com');

    print(whoisResponse);

You can also convert this result to a Map with individual values:

    // A parsed key/value of the whois results
    final parsedResponse = Whois.formatLookup(whoisResponse);

    print(parsedResponse);
1
likes
140
pub points
68%
popularity

Publisher

verified publisherxeost.com

Lightweight and performant WHOIS client supporting hundreds of TLDs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on whois