#bankbot
An example Ubibot implementation for servicing a personal bank account.
This will be an Ubibot rewrite of an earlier bankbot implementation.
Currently alpha code.
##installation
git clone https://github.com/numical/ubibot.git
cd ubibot/packages/bankbot
##usage command line
npm run cli
web app
npm run webapp
The premise:
You are a bank customer who wishes to service their personal current account.
You are already known and authenticated.
##entry point This project is an implementation of the core @numical/ubibot-engine for the retail banking domain based on mock data:
index.js
exports aChat
instance...- based on a
config
that combines.... content
andcontexts
that...- aggregate and contextualize as set of ```commands``.
See the engine tutorial for more.