node-red-contrib-hunterio

2.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-hunterio

Weekly Downloads

1

Version

2.0.1

License

ISC

Unpacked Size

5.32 kB

Total Files

7

Last publish

Collaborators

  • blavorata