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:
- Host: GitHub
- URL: https://github.com/shahen94/bot-starter-kit
- Owner: shahen94
- Created: 2017-01-28T13:53:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T13:57:11.000Z (over 8 years ago)
- Last Synced: 2025-01-03T00:14:28.067Z (9 months ago)
- Topics: expressjs, luis, microsoft-bot-framework, nodejs
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```