From c624880519f5f9c56ef71b846cd4da5a99a3eefc Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Sat, 20 Jul 2024 10:04:04 +0100 Subject: [PATCH] Add env vars to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8471af0..7634df0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ **\#arcade-monitor** is a monitor for the [Hack Club Arcade Shop.](https://hackclub.com/arcade/shop/) It continuously checks for new items, stock changes, and item updates, keeping you in the loop on the stuff you want. +## Environment variables +### Secrets +- `SLACK_WEBHOOK_URL` - Slack webhook to call on updates + +## Variables +- `ARCADE_SHOP_URL` - Shop URL to fetch + ## Tech Stack - **Cloudflare Workers** for running the monitor on the edge. - **Rust** for the monitor's code. I love its type safety, as well as libraries such as `serde`.