π¦ ClawHub
DHMZ Weather
by @faleksic
Get Croatian weather data, forecasts, and alerts from DHMZ (meteo.hr) - no API key required.
π Tips & Best Practices
xmllint or pipe to a JSON converterExtract specific station with xmllint:
curl -s "https://vrijeme.hr/hrvatska_n.xml" | xmllint --xpath "//Grad[GradIme='Zagreb']" -
Convert to JSON (requires xq from yq package):
curl -s "https://vrijeme.hr/hrvatska_n.xml" | xq .
TERMINAL
clawhub install dhmz-weather