Enter a city name
↓ ↓ ↓
or let us find your nearest air quality monitoring station |
Previously visited stations:
" + time + "
";html += "";node.innerHTML = html;node.style.backgroundColor = aqiSmoothColor(feed.aqi, "b");node.style.color = aqiSmoothColor(feed.aqi, "f");node.style.textShadow = aqiSmoothColor(feed.aqi, "s") + " 1px 0px 1px";}function getStations() {var l = [];try {var l1 = JSON.parse(Cookies.get("waqi-w-history")) || [];var l2 = JSON.parse(Cookies.get("waqi-wx-history")) || [];l = l1.concat(l2);l = l.sort(function(a,b){return a.time