lgbaeza / wconversation-nodejs

Watson Conversation chatbot sample on NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Hello World Sample

This application demonstrates a simple, reusable Node.js chatbot web application based on the Express framework.

Configure the app

  1. Import Watson conversation workspace (found at _watson folder)
  2. Replace "{conversation-workspace-id}" for your workspace ID in the file app.js
  3. Replace "{conversation-username}" and "{conversation-password}" for your conversation credentials

Publish the app

  • cd into this project's root directory
  • Run "npm install" to install the app's dependencies
  • Configure the name and host of your app in the "manifest.yml" file
  • Run "cf push"

About

Watson Conversation chatbot sample on NodeJS

License:Apache License 2.0


Languages

Language:JavaScript 67.8%Language:CSS 16.5%Language:HTML 15.8%