node-red-contrib-ipwhois

1.0.0 • Public • Published

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' 
}

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-ipwhois

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

4.85 kB

Total Files

6

Last publish

Collaborators

  • kayumi