What time is it in ... ? Ask Time-o-Tron!
A simple chatbot demo using Microsoft's Bot Framework
Add an .env file to the root of the project, e.g.:
MICROSOFT_APP_ID=XXX
MICROSOFT_APP_PASSWORD=XXX
PAGE_ACCESS_TOKEN=XXX
LUIS_APP_ID=XXX
LUIS_ENDPOINT_KEY=XXX
PORT=XXX
BOT_NAME=XXX
Launch the bot with npm run watch;
You can now test the bot by connecting to the bot framework emulator