A notification service that alerts on Discord whether there was a TF2 update, powered by Cloudflare Workers
Sends a Discord webhook when there is a new TF2 update. This stack can be adjusted to notify a build job, to create alerts for users, or to get the latest update news!
-
Deploy to Cloudflare. The deploy flow will automatically provision required resources and prompt for additional information.
- Cron schedule to check every 5 minutes
- API access to check whether a new update is available
- Unit tests to verify the behavior
- Cloudflare Workers, Workers KV
npm install
npm run devnpm run deploy