0.30.30 • Published 1 year ago

@gautric/node-red-ipinfo v0.30.30

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

IP Info - Node Red

platform GitHub last commit Version Downloads

Installation

Either use the Menu - Manage palette option, or run the following command in your Node-RED user directory - typically ~/.node-red

# Using npm
npm install --save @gautric/node-red-ipinfo

# Using yarn
yarn add @gautric/node-red-ipinfo

Configuration

  • Node
    • input : msg.payload, Where retrieve the IP adress from the message
    • output : msg.payload, Where put the result into the node-red image
    • name : Name of the instance node
    • config : IPInfo Config
  • IPInfo Config
    • name: Name of the instance node configuration
    • token: Your Token for calling IPInfo service
    • timeout: 1000 ms, Timeout of the request
    • cacheEnabled: true/false, Enable or disable cache to improve perf and reduce cost
    • maxitem: 5000, number max of item into the cache
    • ttl: 24 * 1000 * 60 * 60 ms, Time To Leave of the item inside the cache

Example

Screenshot

Get Help

For bug reports and feature requests, open issues.

0.30.30

1 year ago

0.20.30

1 year ago

0.10.50

1 year ago

0.10.40

1 year ago

0.10.30

1 year ago

0.10.20

1 year ago

0.0.15

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago