keplerjs plugin for wunderground API
Wunderground API V3 key is needed: https://www.wunderground.com/member/api-keys
api docs: https://docs.google.com/document/d/1eKCnKXI9xnoMGRRzOL1xPCBihNV2rOet08qpE_gArAY/edit
forecasts api docs: https://docs.google.com/document/d/1_Zte7-SdOjnzBttb1-Y9e0Wgl0_3tah9dSwXUyEA3-c/edit
icon codes: https://docs.google.com/document/d/1qpc4QN3YDpGDGGNYVINh7tfeulcZ4fxPSC5f4KzpR_U/edit
icons sets: https://www.wunderground.com/weather/api/d/docs?d=resources/icon-sets
Settings.json
"wunderground": {
"cacheTime": "daily",
"key": "<KEY>"
}