An open API service indexing awesome lists of open source software.

https://github.com/shahen94/bot-starter-kit

Microsoft Bot Framework SDK + LUIS = :heart:
https://github.com/shahen94/bot-starter-kit

expressjs luis microsoft-bot-framework nodejs

Last synced: 8 months ago
JSON representation

Microsoft Bot Framework SDK + LUIS = :heart:

Awesome Lists containing this project

README

          

# Bot Framework + LUIS = :heart:

## Getting Started
##
#### Create .env file and add the following variables

`PORT` => server port

`NODE_ENV` -> Enviorment

`API_VERSION` -> set API version,(i.g. `v1`, `v2`,)

`BOT_APP_ID` -> Bot App ID

`BOT_APP_PASSWORD` -> Bot App Password

`LUIS_MODEL` -> LUIS app's endpoint

```sh
$ npm install
```

```sh
$ npm run watch
```