We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b25c2 commit 57feb46Copy full SHA for 57feb46
1 file changed
examples/Weather-app/script.js
@@ -6,7 +6,7 @@ const windspeed = document.querySelector(".windspeed");
6
const btn = document.querySelector(".srch-btn");
7
const cityOp = document.querySelector(".city-name-output");
8
9
-// IMPORTANT: Replace "YOUR_API_KEY" with your actual OpenWeatherMap API key."6244ab888f079565d5ce1deabddc3f77"
+// IMPORTANT: Replace "YOUR_API_KEY" with your actual OpenWeatherMap API key.
10
const apiKey = "YOUR_API_KEY";
11
async function getWeatherInfo(city) {
12
try {
0 commit comments