aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/air_quality_poznan.sh
blob: 7bba79db1388084ee197e7598e6356d03a7e290d (plain)
1
2
3
4
5
6
#!/bin/sh

ADP_URL="https://www.poznan.pl/mim/wos/atmosfera.html"
PM10_CSS_CLASS=".pm_text"

curl -sSL "${ADP_URL}" | hq "${PM10_CSS_CLASS}" text | cut -d ':' -f 2