Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 356 Bytes

ConvoCLI

Convo is a class for creating CLI programs with real time conversations via websockets.
Designed to be used with WeMeApi (branch ConvoCli)

Getting Started

$ node -i -e "$(< Convo.js)"

c = new Convo
c.startConvo();

example cli screenshot