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