Live Weather App

Live Weather App

Live Weather Forecast

Enter a city to see the current weather.

© 2023 My Weather App. Weather data by OpenWeatherMap.

`; cityInput.value = ''; // Clear input field } function displayError(message) { weatherInfoDiv.innerHTML = '

Enter a city to see the current weather.

'; // Reset weather info errorMessageDiv.textContent = message; } });

Scroll to Top