HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

peludna-prognoza — Fetch pollen measurement data for Croatian cities from your terminal using Pliva's allergies data AP

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpollenmeasurementpeludna-prognozaclifetchdatafor

Problem

How to use the peludna-prognoza command: Fetch pollen measurement data for Croatian cities from your terminal using Pliva's allergies data API. More information: <https://github.com/vladimyr/peludna-prognoza>.

Solution

peludna-prognoza — Fetch pollen measurement data for Croatian cities from your terminal using Pliva's allergies data API. More information: <https://github.com/vladimyr/peludna-prognoza>.

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 <https://plivazdravlje.hr> in the default web browser:
peludna-prognoza "{{city}}" {{[-w|--web]}}

Code Snippets

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 <https://plivazdravlje.hr> in the default web browser

peludna-prognoza "{{city}}" {{[-w|--web]}}

Context

tldr-pages: common/peludna-prognoza

Revisions (0)

No revisions yet.