👉 A webhook that sends fun messages to a Sendbird client when group channels are created! 🎉
This is a webhook server that works with my fork of SendBird's SendBird-JavaScript/web-basic-sample
client.
$npm install
Note: You will need the proper credentials in the
.env
file in order for this to work locally. I can share these with you personally, if they haven't been shared with you already. 👍
$ node index.js
You can boot up the client by:
- Installing
gnrok
, and exposing port3000
by running $ngrok HTTP 3000
(this will create a tunnel to what's running at127.0.0.1:3000
, eg. this webhook server). - Cloning the client repository to your local machine.
- Run $
npm install
- Run $
npm start
in order to start the client.