From: Stephen Jianu Date: Tue, 18 Mar 2025 01:42:21 +0000 (-0500) Subject: Add Credits section to highlight the projects used in this code X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=515055fca4059b317b79fb1973480bd520108e53;p=reasonableweather.git Add Credits section to highlight the projects used in this code --- 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)