From bd3141f400a3dddffaa119280c9fdb04eb034213 Mon Sep 17 00:00:00 2001 From: Exverge Date: Tue, 30 Apr 2024 19:06:23 -0400 Subject: [PATCH] Initial commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a2f6c4 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# yuzu-games-parser +Parser for yuzu's games compatibility API into another per-game format + +`yuzu-games-parser ` + +Originally to be used for the suyu website, however this can be used for anything (assuming you follow the license) + +You need a copy of the eShop title metadata, you can get a version of it [here](https://raw.githubusercontent.com/blawar/titledb/master/US.en.json).