From 9a1ec6349e8fb4144304ed38b57f6a3841dc817a Mon Sep 17 00:00:00 2001 From: Cekis Date: Sat, 27 Feb 2021 22:23:25 -0800 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c811d9b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# swg-api + +This is an API that connects directly to the SWG Server. This API will both read in statistical information and allow you control over basic server configuration and operation. + +This API server is built with Java and uses the Spring Boot framework to create a REST API.