#WeatherScraper
Using freely available data from NOAA, this utility finds current local weather data for the given zip code.
##How To Use ###Build the Station Map Enter the following to associate a weather station with each zip code:
py -3 zip_to_station.py
###Get Weather Data Enter the following to get current weather data for your zip code:
py -3 weather_scraper.py [your zip code here]