node-red-contrib-whois2

Provide whois block to get domain name information

Usage no npm install needed!

<script type="module">
  import nodeRedContribWhois2 from 'https://cdn.skypack.dev/node-red-contrib-whois2';
</script>

README

node-red-contrib-whois

Provide a block to perform a whois request, parse the results to JSON.

Input

Provide the domain name in msg.payload

Output

The output will return a json document with whois reply or false if an error occured.