Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 687 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 687 Bytes

wunderground-api-proxy

Creates a proxy api for weatherunderground.com using hapi.js/node.js Caches results using catbox-redis to avoid hitting rate limits

Installation

  • brew update && brew install redis
  • git clone [email protected]:EmilyBarbour/wunderground-api-proxy.git this repository
  • cd wunderground-api-proxy
  • npm install

Running / Development

  • redis-server
  • node .

Further Reading / Useful Links