You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository aims to create a trip app that plans the route and locations with weather, hotels, and travel destinations—using google maps to displace places to travel.
Overview
We created a vacation map by generating a list of 1,500 random latitude and longitudes. After extracting the coordinates, we then compiled a list of the nearest major cities using the citipy framework. The map displays the current weather conditions and provides detailed descriptions of the destinations on the map.
Results
WeatherPy_travel_map
WeatherPy_travel_map_markers
About
This analysis aims to create a trip app that plans the route and locations with the weather, hotels, and travel destinations—using google maps to displace places to travel, using google API on Jupyter Notebook.