From e4c4d80360aa2a2523c2f2b6227fb2d5d1feb084 Mon Sep 17 00:00:00 2001 From: Pavithra13012002 Date: Fri, 25 Jul 2025 02:19:30 +0530 Subject: [PATCH] Update mobile.js --- scripts/mobile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mobile.js b/scripts/mobile.js index 1c74c62..0fb5874 100644 --- a/scripts/mobile.js +++ b/scripts/mobile.js @@ -36,7 +36,7 @@ cityInputMobile.addEventListener("keyup", function (event) { var cityInputValue = cityInputMobile.value; - var apiKey = "b1fd6e14799699504191b6bdbcadfc35"; // Default + var apiKey = "92e1b4948655203c463aa3380334b15c"; // Default var unit = "metric"; var apiUrl = `https://api.openweathermap.org/data/2.5/weather?q=${cityInputValue}&appid=${apiKey}&units=${unit}`; @@ -135,4 +135,4 @@ cityInputMobile.addEventListener("keyup", function (event) { } else document.getElementById("locationName").innerHTML = "Enter a city name..."; } -}); \ No newline at end of file +});