Skip to content

Commit 8574bc2

Browse files
ArshadShaik07sumn2u
authored andcommitted
fix: updated weather app layout as suggested
1 parent b79273d commit 8574bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Weather-app/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const windspeed = document.querySelector(".windspeed");
66
const btn = document.querySelector(".srch-btn");
77
const cityOp = document.querySelector(".city-name-output");
88

9-
// IMPORTANT: Replace "YOUR_API_KEY" with your actual OpenWeatherMap API key."6244ab888f079565d5ce1deabddc3f77"
9+
// IMPORTANT: Replace "YOUR_API_KEY" with your actual OpenWeatherMap API key.
1010
const apiKey = "YOUR_API_KEY";
1111
async function getWeatherInfo(city) {
1212
try {

0 commit comments

Comments
 (0)