0.4.1 • Published 5 months ago

node-rdap v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Node RDAP

Node RDAP client for Whois lookup in Node JS.

Installation

Yarn:

$ yarn add node-rdap

Npm:

$ npm install node-rdap

Pnpm:

$ pnpm install node-rdap

Usage

import { domain, ip, autnum } from "node-rdap";

domain("github.com").then((result) => {
  console.log(result);
});

ip("140.82.121.4").then((result) => {
  console.log(result);
});

ip("2a00:1450:4009:818::200e").then((result) => {
  console.log(result);
});

autnum(1).then((result) => {
  console.log(result);
});
0.4.1

5 months ago

0.4.0

5 months ago

0.3.6

5 months ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago