Skip to content

streamwu/UsingTheGoogleMapAPI--JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

geolocate.rb

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.

directions.rb

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.

weather.rb

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages