mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-12 20:52:24 +00:00
Add env vars to README
This commit is contained in:
parent
2c2bc4e18e
commit
c624880519
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
**\#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
|
## Tech Stack
|
||||||
- **Cloudflare Workers** for running the monitor on the edge.
|
- **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`.
|
- **Rust** for the monitor's code. I love its type safety, as well as libraries such as `serde`.
|
||||||
|
|
Loading…
Reference in a new issue