Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mukeshkharita/chatbot


https://github.com/mukeshkharita/chatbot

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

#### Ultimate.ai Backend Test - Chat Bot

### Run
```
Install
npm install

Transpile from TypeScript to JavaScript
npm run transpile

Run example
npm run example

Run 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`.