Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@zoomus/botservice

zoom4Apache-2.0deprecated0.1.3

WARNING: This package has moved. Please see the latest official package here https://www.npmjs.com/package/@zoom/rivet, thank you

core lib for @zoomus/chatbot-cli

zoom, chatbot

readme

THIS PACKAGE IS DEPRECATED

Please see the latest official package @zoom/rivet, thank you!


botservice

Use of this package is subject to our Terms of Use

This is the core package which zoom @zoomus/chatbot-cli used. It will create the apis&&commands&actions&&middleware for you that defined in botConfig.js

Installation

npm i @zoomus/botservice -S

Usage

After follow code,we will bind botConfig.js config to implement related functions

const botservice = require('@zoomus/botservice');
botservice(expressApp, botConfig);

Need help?

If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans.

changelog

0.1.0

publish

0.1.1

update chatbot and add request locals

0.1.2

command add regexp