From b485ef06d035bc9e55e462fc5ad9b046324035f6 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 24 Apr 2024 08:05:33 +0200 Subject: [PATCH] feat(readme): add donation badge and clarify hosting Added a badge to the README to encourage support through private.coffee donations, making it easier for users to contribute to the project's development. Also, clarified that our web hosting solution includes both Apache and PHP to provide clearer setup guidance for users looking to implement the service in their own environments. This enhancement aims to foster community support and ensure users have a clear understanding of the technical requirements for using MyIP.Coffee. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 025e415..48baa18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MyIP.Coffee +[![Support us on private.coffee!](https://shields.private.coffee/badge/private.coffee-support%20us!-pink?logo=coffeescript)](https://private.coffee) + MyIP.Coffee is a simple web service that returns the IP address of the client making the request. ## Setup @@ -27,7 +29,7 @@ server { ### PHP -As our web hosting solution comes with PHP, there is a PHP script in [endpoint/index.php](endpoint/index.php) that just returns the IP address of the client. It is trivial to implement this in other languages, so this is left as an exercise to the reader. +As our web hosting solution comes with Apache and PHP, there is a PHP script in [endpoint/index.php](endpoint/index.php) that just returns the IP address of the client. It is trivial to implement this in other languages, so this is left as an exercise to the reader. ## License