From c4498439415c3749d5d802c38392ca43130eb103 Mon Sep 17 00:00:00 2001 From: Julius Freudenberger Date: Wed, 19 Nov 2025 23:24:41 +0100 Subject: [PATCH] Initial commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7c58d0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# World Information System + +This is a basic website which consists of multiple pages. +Data about continents, countries as well as currencies can be retrieved. + +As basis for the information provided, the GraphQL API at [https://countries.trevorblades.com](https://countries.trevorblades.com) is used. +More information can be found in the [corresponding GitHub repository](https://github.com/trevorblades/countries). \ No newline at end of file