From a92bb0287c88d6e46b183ecd46e27718b1ab766a Mon Sep 17 00:00:00 2001 From: mkelvers Date: Wed, 27 May 2026 11:02:16 +0200 Subject: [PATCH] docs: document ANIMESCHEDULE_API_TOKEN in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c2ac55..13b5b1e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ The frontend is Tailwind CSS v4 with HTMX handling pagination, infinite scroll, Requires Go `1.25+`, Bun, and [just](https://github.com/casey/just). Migrations run on startup. Configuration lives in environment variables — see `cmd/server/main.go` for the full list. +The schedule board requires an API key from [animeschedule.net](https://animeschedule.net). Create an account, generate a token under your profile, and set it as `ANIMESCHEDULE_API_TOKEN`. + ```bash just dev ```