Skip to content

notacoat/wunderground-api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:EmilyBarbour/wunderground-api-proxy.git this repository
  • cd wunderground-api-proxy
  • npm install

Running / Development

  • redis-server
  • node .

Further Reading / Useful Links