From 515055fca4059b317b79fb1973480bd520108e53 Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Mon, 17 Mar 2025 20:42:21 -0500 Subject: [PATCH] Add Credits section to highlight the projects used in this code --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a2a5de0..4869d90 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,6 @@ Instead of spinning up a web server with PHP yourself, you can opt to run the Do ``` docker run -d -p 6969:80 --restart=unless-stopped --name relativeweather registry.services.jianu.house/relativeweather ``` + +### Credits +This site uses the excellent [Open-Meteo API](https://open-meteo.com/) as well as a [JSON mapping of weather codes by GitHub user stellasphere](https://gist.github.com/stellasphere/9490c195ed2b53c707087c8c2db4ec0c) -- 2.39.5