newbot-express

0.4.0 • Public • Published

Use

const express = require('express')
const bot = require('newbot-express')
 
const app = express()
 
bot({
    botframework: {
        path: '/emulator'
    },
    output: {
       debug(type, val) {
            console.log(type, val)
        }  
    }
}, app)
 
app.listen(5500)

Readme

Keywords

none

Package Sidebar

Install

npm i newbot-express

Weekly Downloads

2

Version

0.4.0

License

MIT

Unpacked Size

16.8 kB

Total Files

12

Last publish

Collaborators

  • webcreative5