]>
Stephen's Gitweb - reasonableweather.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stephen Jianu [Sun, 30 Mar 2025 21:28:18 +0000 (16:28 -0500)]
Add Base16 Rose Pine themes
Stephen Jianu [Sun, 30 Mar 2025 21:11:44 +0000 (16:11 -0500)]
Add some padding between the day names and the weather icons
Stephen Jianu [Sun, 30 Mar 2025 20:28:03 +0000 (15:28 -0500)]
Minor formatting fix
Stephen Jianu [Sun, 30 Mar 2025 20:27:42 +0000 (15:27 -0500)]
Add anti-features section in README.md
Stephen Jianu [Sun, 30 Mar 2025 20:24:28 +0000 (15:24 -0500)]
Implement rudimentary theme support
For the time being, themes must be defined by specifying the name in the
"theme" URL parameter. If no path to a subdirectory under the "themes"
directory is defined, the script will assume the user meant to choose a
theme in "themes/base16-styles/css". The default theme is
"base16-default-dark".
Stephen Jianu [Sun, 30 Mar 2025 15:48:59 +0000 (10:48 -0500)]
Make icons slightly larger
Stephen Jianu [Sun, 30 Mar 2025 15:45:06 +0000 (10:45 -0500)]
Add weather-icons directory to the Docker container when building
Stephen Jianu [Sun, 30 Mar 2025 15:38:29 +0000 (10:38 -0500)]
Swap weather icons to FOSS ones by Erik Flowers
Stephen Jianu [Tue, 25 Mar 2025 23:04:20 +0000 (18:04 -0500)]
Prefer sans-serif font
Stephen Jianu [Sun, 23 Mar 2025 21:52:03 +0000 (16:52 -0500)]
Add daily wind speed, precipitation probability, and precipitation sum
Stephen Jianu [Sun, 23 Mar 2025 21:19:30 +0000 (16:19 -0500)]
Round down fractions
Stephen Jianu [Sun, 23 Mar 2025 21:19:14 +0000 (16:19 -0500)]
Remove unused variable
Stephen Jianu [Sun, 23 Mar 2025 21:09:03 +0000 (16:09 -0500)]
Rebrand this fork as reasonableweather and remove relative functionality
Stephen Jianu [Sun, 23 Mar 2025 14:37:50 +0000 (09:37 -0500)]
Minor formatting fix
Stephen Jianu [Sun, 23 Mar 2025 14:20:44 +0000 (09:20 -0500)]
Add "relative" URL parameter
When "relative" is set to "false", temperature values will be displayed
accurately
Stephen Jianu [Sun, 23 Mar 2025 14:05:09 +0000 (09:05 -0500)]
Wrap everything in PHP tags and reduce API calls to just one
Stephen Jianu [Thu, 20 Mar 2025 00:30:46 +0000 (19:30 -0500)]
Add descriptions.json to Dockerfile
Stephen Jianu [Tue, 18 Mar 2025 02:27:26 +0000 (21:27 -0500)]
Make website responsive
Stephen Jianu [Tue, 18 Mar 2025 02:14:38 +0000 (21:14 -0500)]
Make README.md more honest and accurate to the current state of the website
Stephen Jianu [Tue, 18 Mar 2025 02:09:31 +0000 (21:09 -0500)]
Display icons for weather conditions
Stephen Jianu [Tue, 18 Mar 2025 01:42:21 +0000 (20:42 -0500)]
Add Credits section to highlight the projects used in this code
Stephen Jianu [Tue, 18 Mar 2025 01:41:46 +0000 (20:41 -0500)]
Show weather conditions for each day
Stephen Jianu [Tue, 18 Mar 2025 01:21:15 +0000 (20:21 -0500)]
Display a 7 day forecast instead of just tomorrow's high temperature
Stephen Jianu [Tue, 18 Mar 2025 00:53:34 +0000 (19:53 -0500)]
Base forecasted high temperature on current temperature rather than today's high
Stephen Jianu [Tue, 18 Mar 2025 00:50:37 +0000 (19:50 -0500)]
Update weather API URL to include 7 day forecast as well as current temperature
Stephen Jianu [Fri, 14 Mar 2025 23:41:27 +0000 (18:41 -0500)]
Add README.md
Stephen Jianu [Fri, 14 Mar 2025 23:31:13 +0000 (18:31 -0500)]
Add files to allow for running in a container
Stephen Jianu [Fri, 14 Mar 2025 22:31:53 +0000 (17:31 -0500)]
Initial commit