Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 833 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 833 Bytes

echobot

The simplest possible implementaion of Ubibot's natural-language-based @numical/ubibot-engine.
i.e. a completely over-engineered solution to echoing the users' input.
Currently alpha code.

##installation

git clone https://github.com/numical/ubibot.git
cd ubibot/packages/echobot

##usage command line

npm run cli

web app

npm run webapp

##entry point

See the engine tutorial for more.