joeybronner / recast-sncf-chatbot

A simple chatbot that you can ask for you next departure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAP x Recast.AI

demo

Installation

npm install
npm start
http://localhost:3000

If you don't have bower then I did this:

npm install -g bower     

Proxy Settings (important!)

If you are connected to the SAP-Corporate network or through the VPN, please activate the proxy in the server.js file.

global.useProxy = true;

If the proxy is needed but not activated, the UI will be OK, but all the queries to external services (like RecastAI for example) will crash.

About

A simple chatbot that you can ask for you next departure


Languages

Language:JavaScript 83.6%Language:HTML 9.8%Language:CSS 6.6%