This is a web application that gets your location data and pass that data to an express server. On the server, the server queries the Dark Sky API (weather) and OpenAQ (open air quality) database for pollution data near the given coordinates. You can view your checkins and a short "story" written from the contextual data collected from the application. This includes data on the weather, your location, and the pollution in that area if measurements are available.
It is available at CodingTrain/The Weather Here
This version is based on the original sample project The Weather Here by Joey Lee for the ITP course Quant Humanists.
To build this project you can follow a full set of video tutorials on The Coding Train.