From 291338c697468e7def48945b41240f27565588ba Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 24 Jan 2026 17:21:31 -0500 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6cb5aa --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Are We Buried? + +A simple Flask web application that shows daily snowfall at your location and visually represents it with a snow depth animation. + +--- + +## Features + +- Detects your current location using the browser’s geolocation API. +- Fetches snowfall data from Open-Meteo API. +- Shows total snowfall in inches for today. +- Displays the location name using OpenStreetMap reverse geocoding. +- Animates snow depth with a dynamic snow overlay.