From 66479b4746de19c8f6c12f52997db7505ea5c7d8 Mon Sep 17 00:00:00 2001 From: Alexander Lill Date: Mon, 2 Dec 2024 13:17:32 +0100 Subject: [PATCH] Add one-line documentation to README Add explanation and example for each of the one-line `format=` parameters. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2550147..b345936 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,10 @@ Nuremberg: 🌦 +11⁰C ``` Available preconfigured formats: 1, 2, 3, 4 and the custom format using the percent notation (see below). +* 1: Current weather at location: `🌦 +11⁰C` +* 2: Current weather at location with more details: `🌦 🌡️+11°C 🌬️↓4km/h` +* 3: Name of location and current weather at location: `Nuremberg: 🌦 +11⁰C` +* 4: Name of location and current weather at location with more details: `Nuremberg: 🌦 🌡️+11°C 🌬️↓4km/h` You can specify multiple locations separated with `:` (for repeating queries):