Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukeshkharita/chatbot
https://github.com/mukeshkharita/chatbot
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukeshkharita/chatbot
- Owner: mukeshkharita
- Created: 2020-03-23T07:59:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T06:31:12.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T13:55:08.383Z (2 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Ultimate.ai Backend Test - Chat Bot
### Run
```
Install
npm installTranspile from TypeScript to JavaScript
npm run transpileRun example
npm run exampleRun the tests
npm test
```All the js files will be stored under dist folder.
For the case when user answer doesn't match with answer choice, we can return current state with message `NOTE: Invalid Input, Please try one of the answerOptions`.