Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 484 Bytes

ChatOps: Securing Your Webex Bot

The code in this branch corresponds to the post found here. You can use it as a reference as you follow along, or as a starting point for building your own functionality.

Architecture

Secure Webex Bot Architecture

To Run Locally:

  • Clone this repo
  • Navigate into the cloned directory in your command line
  • Install dependencies: $ npm i or $ yarn
  • Run the application: $ npm start or $yarn start