diff --git a/modules/Godap.php b/modules/Godap.php new file mode 100644 index 0000000..68e7f90 --- /dev/null +++ b/modules/Godap.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/Macmod/godap/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>