0.1.0 • Published 6 years ago
lowbot-mail v0.1.0
Lowbot mail
Mail adapter for lowbot
This is a work in progress
Installation
NPM
npm i --save lowbot-mail
Yarn
yarn add lowbot-mail
Usage
Node
const LowBot = require('lowbot');
const mail = require('lowbot-mail');
let botInstance = new LowBot()
.useAdapter(mail);
0.1.0
6 years ago