From: Stephen Jianu Date: Sun, 30 Mar 2025 20:27:42 +0000 (-0500) Subject: Add anti-features section in README.md X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=b125cde68b7b36979dc1dd18be2459963ef572bf;p=reasonableweather.git Add anti-features section in README.md --- diff --git a/README.md b/README.md index 2d5f1af..6760930 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ 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 reasonableweather registry.services.jianu.house/reasonableweather ``` +### Anti-features +* This website depends on the Open-Meteo API and requires it to function. If Open-Meteo experiences outages or no longer exists in the future, this website will not function in its current state + ### Credits * [Open-Meteo API](https://open-meteo.com/) * [JSON mapping of weather codes by GitHub user stellasphere](https://gist.github.com/stellasphere/9490c195ed2b53c707087c8c2db4ec0c)