Creates a proxy api for weatherunderground.com using hapi.js/node.js Caches results using catbox-redis to avoid hitting rate limits
brew update && brew install redis
git clone [email protected]:EmilyBarbour/wunderground-api-proxy.git
this repositorycd wunderground-api-proxy
npm install
redis-server
node .