node-red-contrib-whois-parser 1.0.8

nodered node to make whois requests based on ruby whois gem (via cmd exec, requires ruby installation)

npm install node-red-contrib-whois-parser

Installation

this node requires Ruby and following ruby gems: json, whois, whois-parser installed on the server running nodered

  apt install ruby-full rubygems
  gem install json whois whois-parser

Troubleshooting

in case you are working with nodered in docker container, you may need the root access to install ruby.

docker exec will allow you to login as root

docker exec -u 0 -it mynodered bash

then you can install ruby with

  apk update
  apk add ruby-full

Links

Node Info

Version: 1.0.8
Updated 2 years, 3 months ago
License: MIT
Rating: 5.0 2

Categories

Actions

Rate:

Downloads

4 in the last week

Nodes

  • whois-parser

Keywords

  • node-red
  • nodered
  • whois
  • ruby
  • whois-parser

Maintainers