xpollen8
xpollen8
This project was exactly what I needed for learning react/nextjs coding patterns. Clearly written. Dense, powerful code, yet easy to follow. Thank you random Frenchman!
#### Overview: It would be really nice to have Air Quality Index values available in the WeatherBar UI. The [Worldwide Air Quality](http://aqicn.org/here/) website allows location-based near-realtime mapping of this data....
I use HEAD requests to get eTag values for caching purposes for given queries. If my cache under that eTag is a miss, then I make a GET request. Since...