node-red-contrib-hunterio

Provide blocks to interact with hunterio api

Usage no npm install needed!

<script type="module">
  import nodeRedContribHunterio from 'https://cdn.skypack.dev/node-red-contrib-hunterio';
</script>

README

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.