From 59a592903119f83217a8fb519a8a093f2b27d4a6 Mon Sep 17 00:00:00 2001 From: Luke Frisken Date: Fri, 12 Apr 2024 15:23:44 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc9fb9b..ba52f69 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A simple self-hosted web server for creating and managing an avalanche forecast for a region, along with accepting public observations. +Current deployments: + +* [avalanche.ge](https://avalanche.ge) + Currently it uses a Google Sheet [Avalanche Forecast Template](https://docs.google.com/spreadsheets/d/1vkav8SNr4uv1sOtc6mp2eTDa7nYTj5k852T1rD8F_8Y/edit?usp=sharing) for forecast data entry. Forecasts are placed in a specific google drive folder when they are ready to be published, and are automatically picked up by the server and rendered as HTML to users. There is a blog post which explains the inception, history and motivations for this project: [Introducing `avalanche-report`](https://lukefrisken.com/code/introducing-avalanche-report/).