From 016f75ed6a7e0d95ca4e6a9e4d26bda30f6c419c Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sat, 10 Apr 2021 15:42:48 -0400 Subject: [PATCH] peludna-prognoza: add page (#5704) --- pages/common/peludna-prognoza.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/peludna-prognoza.md diff --git a/pages/common/peludna-prognoza.md b/pages/common/peludna-prognoza.md new file mode 100644 index 000000000..7e1bd0314 --- /dev/null +++ b/pages/common/peludna-prognoza.md @@ -0,0 +1,20 @@ +# peludna-prognoza + +> Fetch pollen measurement data for Croatian cities from your terminal using Pliva's allergies data API. +> More information: . + +- Start an interactive search for a city and fetch data for it: + +`peludna-prognoza` + +- Fetch data for a city: + +`peludna-prognoza "{{city}}"` + +- Display data in a machine-readable format: + +`peludna-prognoza "{{city}}" --{{json|xml}}` + +- Display the pollen measurement page for a city at in the default web browser: + +`peludna-prognoza "{{city}}" --web`