Skip to content

Commit

Permalink
error resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
UmangVadukar committed Feb 1, 2024
1 parent 97ff560 commit ae25a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function search() {
let uvIndex = document.getElementById("uvIndex");
let wheathervisiblity = document.getElementById("visibility");
let forecast = document.getElementById("forecast");
const apikey = "gVupB73DddxmtrNNEY9ywOuMPADuVlYF";
const apikey = "sUMglAsfNTHy23oAIGYlmrhzOQ6fMXDC";
let ckey = "";

let apiurl = `https://dataservice.accuweather.com/locations/v1/cities/search?apikey=${apikey}&q=${searchCity}`;
Expand Down

0 comments on commit ae25a8b

Please sign in to comment.