From 06a4d0144d3ddadea7d22d0d7bb1caf4dcf44731 Mon Sep 17 00:00:00 2001 From: VirusZzWarning <76624193+VirusZzHkP@users.noreply.github.com> Date: Thu, 13 Oct 2022 02:32:16 +0530 Subject: [PATCH] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 7fb252f..0624c2f 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,5 @@ let weather = { - apiKey: "31411a93b4034e57610ea4fbf182aeb4", + apiKey: "YOUR-API-KEY-GOES-HERE", fetchWeather: function (city) { fetch( "https://api.openweathermap.org/data/2.5/weather?q=" +