An open API service indexing awesome lists of open source software.

https://github.com/zoom/node.js-botservice

Dependency for Zoom Node.js Chatbot Command Line Interface
https://github.com/zoom/node.js-botservice

npm-package

Last synced: 8 months ago
JSON representation

Dependency for Zoom Node.js Chatbot Command Line Interface

Awesome Lists containing this project

README

          

#### THIS PACKAGE IS DEPRECATED

Please see the latest official package [@zoom/rivet](https://www.npmjs.com/package/@zoom/rivet), thank you!

---

# botservice

Use of this package is subject to our [Terms of Use](https://zoom.us/docs/en-us/zoom_api_license_and_tou.html)

This is the core package which [zoom @zoomus/chatbot-cli](https://www.npmjs.com/package/@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

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

## Need help?

If you're looking for help, try [Developer Support](https://devsupport.zoom.us) or our [Developer Forum](https://devforum.zoom.us). Priority support is also available with [Premier Developer Support](https://zoom.us/docs/en-us/developer-support-plans.html) plans.