This is a tool that allows you to search the United States for zipcodes that match a weather criteria. The zips
are then displayed in a google map. All weather data and zipcode data has been already downloaded and is in this repo (inside the data directory).
- 
Configure the values for the max and min average in getZipCodes.go(If you are clever you can even tweak to use theprecvalues to factor in precipitation) 
- 
Execute go run getZipCodes.gowhich will populate thesample.jsfile.
- 
Open in your browser the map.htmlto display the plotted zipcodes that match your weather criteria.
