A node module that reports about air quality in a region .
It's a brazilian joke about big nose. Just look at my photo. LOL
I'm consulting https://openweathermap.org/current API data.
Currently there is the provider for Open Weather Map with the following methods:
Requires a string representing city name. Returns json data .
Requires a numeric representing city id. Returns json data .
Requires a two numeric representing latitude and longitude. Returns json data .
Requires a two strings representing zipCode and countryCode. Returns json data .