A user is provided with an input prompt. A user can enter any full street address (street number, street name, street suffix, city, state, zip code) and the program should return latitude and longitude coordinates.
Use the Google Geocoding JSON API to convert the address to latitude and longitude.
A user is provided with two input prompts. A user can enter any origin address and any destination address. The program should return the total traveling distance in miles and the total travel time in hours and minutes.
Use the the Google Directions JSON API to retrieve travel data.
A user is provided with an input prompt. A user can enter any address and the program should return the temperature in Fahrenheit.
Use the OpenWeatherMap JSON API to pull weather data based on the user input.