Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.18 KB

WATSON APIs DEMO APP

How to get started

  • Download or clone this repository
  • Create an IBM Bluemix account if you don't have one
  • Create Watson Text To Speech service
  • Create Watson Speech To Text service
  • Create Watson Conversation service
  • Create a .env (hidden file) on the root of the repository and follow the model present on this repository
  • run npm install within the root folder through command line terminal
  • run node app.js within the root folder through command line terminal
  • take note of the running app url and access it in your browser

Got Stuck?

The missing files and piece codes are available within the cheat folder. Just copy and paste them on the right places.

References