A sample application that listens for oengus webhooks
- Set your bot credential and text channel id in the
config.jsfile - 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_SLUGwith your marathon slug, e.g.UKSGw2021forhttps://oengus.io/marathon/UKSGw2021 - Run the application with
node index.js