beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
18 stars 1 forks source link

Whois #23

Closed thisago closed 3 years ago

thisago commented 3 years ago

Name: Whois.nim

Author: Thisago

Posting: The Whois.nim is a simple whois client. With cache!

Usage

import whois

echo whois("duckduckgo.com")

# or

var domain = "metager.org".toDomain # convert to a `Domain` instance
domain.update() # Get data from API

echo domain

https://gitea.com/Thisago/whois.nim