A sample application that listens for oengus webhooks
- Set your bot credential and text channel id in the
config.js
file - Make sure the port of the application is visible to the public (default is
3000
) - edit your marathon's settings for the webhook, this is most likely
http://YOUR_SERVER_IP:3000/MARATHON_SLUG
- replace
MARATHON_SLUG
with your marathon slug, e.g.UKSGw2021
forhttps://oengus.io/marathon/UKSGw2021
- Run the application with
node index.js