diff --git a/maps-geocode.js b/maps-geocode.js index ba4e386..cdd6abc 100644 --- a/maps-geocode.js +++ b/maps-geocode.js @@ -105,7 +105,7 @@ const locations = [ const get_data_for_location = (location) => { - const base_url = "http://www.google.com/maps?q=" + const base_url = "https://www.google.com/maps?q=" const request_url = base_url + location superagent @@ -171,4 +171,4 @@ const get_data_for_location = (location) => { // }) -get_data_for_location("Pennsylvania") \ No newline at end of file +get_data_for_location("Pennsylvania")