Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keplerjs/keplerjs-wunderground

keplerjs plugin for Weather Underground API
https://github.com/keplerjs/keplerjs-wunderground

keplerjs wunderground-api

Last synced: about 2 months ago
JSON representation

keplerjs plugin for Weather Underground API

Awesome Lists containing this project

README

        

## keplerjs:wunderground

keplerjs plugin for wunderground API

## API requirements

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": ""
}
```