Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keplerjs/keplerjs-wunderground
- Owner: Keplerjs
- License: bsd-2-clause
- Created: 2017-09-03T17:17:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T00:20:56.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T21:05:23.503Z (2 months ago)
- Topics: keplerjs, wunderground-api
- Language: JavaScript
- Homepage: http://keplerjs.io/
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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-keysapi docs:
https://docs.google.com/document/d/1eKCnKXI9xnoMGRRzOL1xPCBihNV2rOet08qpE_gArAY/editforecasts api docs:
https://docs.google.com/document/d/1_Zte7-SdOjnzBttb1-Y9e0Wgl0_3tah9dSwXUyEA3-c/editicon codes:
https://docs.google.com/document/d/1qpc4QN3YDpGDGGNYVINh7tfeulcZ4fxPSC5f4KzpR_U/editicons sets:
https://www.wunderground.com/weather/api/d/docs?d=resources/icon-sets*Settings.json*
```
"wunderground": {
"cacheTime": "daily",
"key": ""
}
```