From cbe874d3bd0ee9abc55b251908131e0aca97487c Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 18:59:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20feature=20list=20to=20READ?= =?UTF-8?q?ME=20detailing=20application=20capabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/websites/pokedex.online/README.md b/code/websites/pokedex.online/README.md index 62c3fd0..139fb6b 100644 --- a/code/websites/pokedex.online/README.md +++ b/code/websites/pokedex.online/README.md @@ -2,6 +2,13 @@ A modern Vue 3 web application for Pokemon Professors to manage tournaments, process gamemaster data, and handle tournament printing materials. +## Features + +- **Gamemaster Manager** - Fetch Pokemon GO gamemaster data from PokeMiners and process it into filtered/unfiltered datasets +- **Gamemaster API** - Access processed gamemaster data from any app on the site via REST API +- **Challonge Integration** - Manage tournaments with OAuth authentication +- **API Key Manager** - Securely store API keys in browser storage + ## 🚀 Local Development ### Prerequisites