bottender-azure-functions
v0.0.2
Published
Bottender server adapter for Azure Funcitons
Downloads
3
Readme
bottender-azure-functions
Installation
npm install bottender-azure-functions
or
yarn add bottender-azure-functions
Usage
const { createRequestHandler } = require('bottender-azure-functions');
// ...
exports.handler = createRequestHandler(bot);
License
MIT © Yoctol