2.0.1 • Published 6 years ago

node-red-contrib-hunterio v2.0.1

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
6 years ago

node-red-contrib-hunterio

Provide nodes to call hunterio API.

hunterio-config node

Add your api key for hunterio

hunterio-execute node

Execute api calls. In msg.payload, provide two props:

  • method:
  • args:

Example

Input format should be:

{
    payload: {
        method: "domainSearch",
        args: {
            domain: "apple.com"
        }
    }
}

Output msg.payload contains the result of your query.

2.0.1

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago