1.0.0 • Published 10 months ago

@michael_ting/node-red-bing v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Node-RED Bing Node

This Node-RED node allows you to perform searches using the Bing Search API.

Installation

Run the following command in your Node-RED user directory (typically ~/.node-red):

npm install @michael_ting/node-red-bing

Usage

Drag the Bing node into your flow. Configure the node with your Bing API subscription key and custom config ID. Pass the search query in msg.payload. The search results will be returned in msg.payload.

Configuration

Subscription Key: Your Bing API subscription key. Custom Config ID: Your custom configuration ID for the Bing search.

Input

msg.payload: The search query string.

Output

msg.payload: The search results object.

1.0.0

10 months ago