From 0d958e540712f8252dc52551c13401a3d71ffc51 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 6 Jan 2022 17:21:20 +0100 Subject: [PATCH] Add Stellarium --- modules/Stellarium.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Stellarium.php diff --git a/modules/Stellarium.php b/modules/Stellarium.php new file mode 100644 index 0000000..072b3e3 --- /dev/null +++ b/modules/Stellarium.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/Stellarium/stellarium/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>