Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.3 KB

Node-RED-Starter-kits

This is a collection of sample apps using the Watson nodes in Node-RED. The apps are starter kit examples of how to create apps using Node-RED and the Watson Nodes.

Seven new apps exploring the capabilities of Watson Developer Cloud in Node-RED. Each kit comes with a video introduction, which shows each application in use.

  1. Interpreter

  2. Video Captioning

  3. Breaking News

  4. Selfie Training

  5. OK Watson

  6. Accessibility

  7. Dashboard Translation

Set up Instructions

Video Instructions

To make use of the starter kit applications, you will need some extra node-RED nodes. The easiest way to get them is to start from our custom boilerplate starter

Otherwise add the following to your package.json, to pull in the extra nodes.

    "node-red-contrib-browser-utils":"0.x",
    "node-red-contrib-media-utils":"0.x",
    "node-red-contrib-play-audio": "2.0.x",
    "node-red-dashboard": "2.0.x",