API Weather Project

Purpose of the project is to answer a fundamental question: "What's the weather like as we approach the equator?" by visualizing the weather of 500+ cities across the world of varying distance from the equator. To accomplish this, we utilized a Python library Citipy and the OpenWeatherMap API to create a representative model of weather across world cities. Our objective is to build a series of scatter plots to showcase the following relationships:

* Temperature (F) vs. Latitude

* Humidity (%) vs. Latitude

* Cloudiness (%) vs. Latitude

* Wind Speed (mph) vs. Latitude

Visualizations