#Weather Report
##Objectives
Create a Python application that will pull data from multiple Weather Underground API endpoints and present a weather report to the user.
##Skillsets
- Understand the purpose and structure of Web APIs.
- Understand JSON structure.
- Be able to access an API using a token.
- Be able to make HTTP requests via requests.
- Be able to pull and merge information from multiple API endpoints.
Weather Report is a program that accesses Weather Underground's API (https://www.wunderground.com/weather/api/d/docs?MR=1). The program prompts the user for a zip code and, using request methods, displays various information on that location's weather patterns - temperature, sunrise, sunset, etc.