Add Ground View screen for server edition, powered by the Windy API https://api.windy.com/

This commit is contained in:
mrkmntal 2026-04-14 12:17:42 -04:00
commit 598a60c7f5
11 changed files with 349 additions and 1 deletions

View file

@ -139,6 +139,9 @@
<div id="radar-html" class="weather-display">
<%- include('partials/radar.ejs') %>
</div>
<div id="ground-view-html" class="weather-display">
<%- include('partials/ground-view.ejs') %>
</div>
<div id="hazards-html" class="weather-display">
<%- include('partials/hazards.ejs') %>
</div>