From 43976ce1629d42347eacc37fcdbede1b10936cf5 Mon Sep 17 00:00:00 2001 From: Sebin Benjamin Date: Thu, 14 Nov 2024 18:09:18 +1300 Subject: [PATCH] chore: update api key --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a212772..179381e 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const cityInput = document.getElementById("input"); const dispalySection = document.getElementById("display"); -const API_KEY = "650ad8fb3c6e4ecab3190253232706"; +const API_KEY = "ff5f6bf1250240d7bba72649241311"; const handleClick = () => { let currentCity = cityInput.value;