From 5ae1abbb11cc29ba970af167e9d673e58da81304 Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Sun, 1 Dec 2024 17:16:47 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a2f00f..589dec3 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ Docker compose: - POKEMON_TCG_API_TOKEN (**Required**): API token from https://pokemontcg.io/ to get card & pricing data. - DISCORD_WEBHOOK_URL (**Required**): URL for discord alerts. Ref: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks - PKMN_TCG_APP_ROUTE_PREFIX (_Optional_): Path prefix to run the server on + +## Credits + +Credits to [Andrew Backes](https://andrewbackes.com/) for creating the [Pokemon TCG API](https://pokemontcg.io/) which supplies the card listings and price data from TCGPlayer.