Skip to content

Commit

Permalink
chore: update api key
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinbenjamin authored Nov 14, 2024
1 parent 81fc4bc commit 43976ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 43976ce

Please sign in to comment.