Implement Hazard List with server-side cache of last 7 Hazards

This commit is contained in:
mrkmntal 2026-04-16 17:02:25 -04:00
commit 763352317f
11 changed files with 539 additions and 1 deletions

View file

@ -151,6 +151,9 @@
<div id="linux-news-html" class="weather-display">
<%- include('partials/linux-news.ejs') %>
</div>
<div id="hazard-list-html" class="weather-display">
<%- include('partials/hazard-list.ejs') %>
</div>
<%- include('partials/scroll.ejs') %>
</div>
</div>