watson-developer-cloud / speech-to-text-nodejs

:microphone: Sample Node.js Application for the IBM Watson Speech to Text Service
https://speech-to-text-demo.ng.bluemix.net
Apache License 2.0
1.11k stars 706 forks source link

Easy example node + express? #197

Closed vin-ni closed 6 years ago

vin-ni commented 6 years ago

Hi, Is there a simpler node example than the provided one? I'm just playing around with a simple node.js + express boilerplate and find it quite difficult implementing your example which is built on react.

germanattanasio commented 6 years ago

We are using React because of the features and interactions we want to show in the demo.

What are you trying to do with the service? If you are just planning on doing some recognitions try to look at the examples here: https://github.com/watson-developer-cloud/speech-javascript-sdk

vin-ni commented 6 years ago

Ah alright, I'll take a look at this! Thanks!