From 3c4f45857688e71244af173b6ec412198b8aa625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 26 May 2017 22:05:53 -0300 Subject: [PATCH] Minor proposal --- maps-geocode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")