From 75ad452c1e1e233a9c30e56aef11d30ce49e2b4e Mon Sep 17 00:00:00 2001 From: Bernt Andreas Eide Date: Mon, 11 Dec 2023 01:24:14 +0000 Subject: [PATCH] Updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0ca7e69..3189dde 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Edit SteamAPIKey in 'GameServerList.App/appsettings.json', then launch app.sln, ### Adding new game entries Edit the 'GameServerList.App/Data/games.json' file. +### Features +- Queries Steam WEB API to retrieve server info for games & mods +- Utilizes A2S queries to retrieve player info, and server info for legacy mods (e.g appId 215 related games) +- Supports querying master server list, player info and server info via A2S + ### CI [![Deploy on Linux](https://github.com/BerntA/GameServerBrowser/actions/workflows/deploy-linux.yml/badge.svg)](https://github.com/BerntA/GameServerBrowser/actions/workflows/deploy-linux.yml)