ibm-early-programs / watson-speech-sockets

Example showing how to make use of Watson Speech To Text with Web Sockets in Node-RED
Apache License 2.0
1 stars 1 forks source link

Flows should be posted as files #7

Open johnwalicki opened 6 years ago

johnwalicki commented 6 years ago

Instead of embedding the Node-RED flows inside the README.md, it would be better to post them to GitHub as files.

chughts commented 6 years ago

You mean like the documentation - https://github.com/watson-developer-cloud/node-red-labs/tree/master/starter-kits/dictaphone https://github.com/watson-developer-cloud/node-red-labs/tree/master/starter-kits/babelfish and https://github.com/watson-developer-cloud/node-red-labs/tree/master/starter-kits/text_to_speech_audio

johnwalicki commented 6 years ago

Yes - If you add links to the documentation into the README.md on this page, that would be helpful. There's another ticket about documentation. This ticket requests Remove / Replace the embedded flows in the README with real files.

FWIW - All of the Node-RED flows, documentation and screenshots would benefit from removal of Function nodes that can be replaced by Change nodes.