node-red-contrib-cognitive-services
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "node-red-contrib-cognitive-services", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Microsoft Cognitive Services", | ||
@@ -21,3 +21,4 @@ "dependencies": { | ||
"web language model", | ||
"news search" | ||
"news search", | ||
"video search" | ||
], | ||
@@ -33,3 +34,4 @@ "node-red": { | ||
"weblm": "cognitive-services/weblm.js", | ||
"newssearch": "cognitive-services/newssearch.js" | ||
"newssearch": "cognitive-services/newssearch.js", | ||
"videosearch": "cognitive-services/videosearch.js" | ||
} | ||
@@ -52,6 +54,6 @@ }, | ||
"homepage": "https://github.com/zuhito/node-red-contrib-cognitive-services#readme", | ||
"_id": "node-red-contrib-cognitive-services@0.1.5", | ||
"_id": "node-red-contrib-cognitive-services@0.1.7", | ||
"scripts": {}, | ||
"_shasum": "00221a6a1b80d22b5734af0a7811096ecc202acf", | ||
"_shasum": "0541e7216fe94bc3b5c091440b1c42fecfa96a95", | ||
"_from": "node-red-contrib-cognitive-services@latest" | ||
} |
node-red-contrib-cognitive-services | ||
=================================== | ||
Node-RED Nodes for Microsoft Cognitive Services APIs | ||
Node-RED nodes for Microsoft Cognitive Services APIs | ||
@@ -19,2 +19,3 @@ Microsoft Cognitive Services are Cognitive APIs on Azure. | ||
- Bing News Search API | ||
- Bing Video Search API | ||
@@ -30,3 +31,6 @@ ## Install | ||
## Node-RED Docker image for Azure nodes including Cognitive Services nodes | ||
https://hub.docker.com/r/dwaiba/azureiot-nodered/ | ||
## Microsoft Cognitive Services website | ||
https://www.microsoft.com/cognitive-services |
Sorry, the diff of this file is not supported yet
132790
35
1336
35