Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.08 KB

#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:

See the engine tutorial for more.