Skip to content

billba/bot-quickstart-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bot Scaffold

Getting up & running

Clone this repo

git clone https://github.com/billba/bot-quickstart-js.git

In your repo, create a text file called .env with the following contents:

PORT = 3978
LUIS_APP_MODEL = url_for_the_built-in_cortana_model_without_the_trailing_&q=

Once you have registered your bot with the Bot Framework, add your bot's credentials:

MICROSOFT_APP_ID = app_id_you_got_when_you_registered_your_bot
MICROSOFT_APP_PASSWORD = app_password_you_got_when_you_registered_your_bot

Install Node modules

npm install

Run

npm run watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published