@guardian/google-chat-utils
v2.1.1
Published
Selection of helper function and types to be used with Google Chat bots
Downloads
255
Keywords
Readme
Google Chat Utils
Helper functions and interfaces to assist in building Google Chat bots that post to group webhooks.
How to install
Install via npm
:
$ npm install @guardian/google-chat-utils
How to test
In the repository directory, install dependencies then run npm test
:
# in google-chat-utils
$ npm install
$ npm test