node-red-contrib-ipwhois
v1.0.0
Published
This is a node to convert IP address to WHOIS information.
Downloads
9
Readme
node-red-contrib-ipwhois
This is a package to convert IP address to WHOIS information with Node-RED.
Install
npm install node-red-contrib-ipwhois
Usage
Return value is json format.
e.g. Input '8.8.8.8' as 'msg.payload'.
{
ip: '8.8.8.8'
netname: 'LVLT-GOGL-8-8-8'
descr: 'Google LLC'
country: 'US'
}