From: Stephen Jianu Date: Tue, 18 Mar 2025 02:14:38 +0000 (-0500) Subject: Make README.md more honest and accurate to the current state of the website X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=4fe27adc3c5cfdce354577990fecec19840d494d;p=reasonableweather.git Make README.md more honest and accurate to the current state of the website --- 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).