1.0.8 • Published 1 year ago

node-red-contrib-whois-parser v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.8

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago