docs: clarify animeschedule api key is optional

This commit is contained in:
2026-05-29 19:10:58 +02:00
parent dd38b1f7ba
commit 0b27974258

View File

@@ -40,7 +40,7 @@ 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. 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`. An optional API key from [animeschedule.net](https://animeschedule.net) can be used for the schedule board to enable English titles and improve performance. Create an account, generate a token under your profile, and set it as `ANIMESCHEDULE_API_TOKEN`.
```bash ```bash
just dev just dev