node-red-contrib-whois-parser

1.0.8 • Public • Published

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

Package Sidebar

Install

npm i node-red-contrib-whois-parser

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

7.13 kB

Total Files

6

Last publish

Collaborators

  • arssirek