From 4fe27adc3c5cfdce354577990fecec19840d494d Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Mon, 17 Mar 2025 21:14:38 -0500 Subject: [PATCH] Make README.md more honest and accurate to the current state of the website --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4869d90..0771df3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # relativeweather -This is a simple webpage that pulls today and tomorrow's forcasted high temperatures in Park Ridge, IL using the Open-Meteo API. +This is a simple joke website that pulls a 7 day forecast for Park Ridge, IL where every temperature is relative to the current temperature. It uses the Open-Meteo API. ### Requirements * A web server (tested with Apache) @@ -14,4 +14,4 @@ docker run -d -p 6969:80 --restart=unless-stopped --name relativeweather registr ``` ### 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) +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