From 1c7b3e9132f4729c46ccfae2ea9b54becb59fe52 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 28 Jun 2024 17:49:21 +0200 Subject: [PATCH] Add Wrestic --- modules/Wrestic.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Wrestic.php diff --git a/modules/Wrestic.php b/modules/Wrestic.php new file mode 100644 index 0000000..b7ac169 --- /dev/null +++ b/modules/Wrestic.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/alvaro17f/wrestic/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>