lowbot-terminal
v0.1.1
Published
Terminal adapter for lowbot
Maintainers
Readme
Lowbot terminal
Terminal adapter for lowbot
This is a work in progress
Installation
NPM
npm i --save lowbot-terminalYarn
yarn add lowbot-terminalUsage
Node
const LowBot = require('lowbot');
const terminal = require('lowbot-terminal');
let botInstance = new LowBot()
.useAdapter(terminal);