You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features of the Weather App
1️⃣ Get Weather by Location
Fetch weather based on user’s current location using the Geolocation API.
2️⃣ Search by City Name
Allow users to search for weather by entering a city name.
3️⃣ Display Key Weather Info
Show temperature, humidity, wind speed, and weather condition (sunny, cloudy, rainy, etc.).
Use weather icons (e.g., 🌧️ 🌞 🌨️) for better UX.
4️⃣ Fetch Data from an API
Use OpenWeatherMap API or WeatherAPI to get real-time weather data.
5️⃣ 5-Day Forecast Feature (Optional)
Show upcoming weather predictions for the next 5 days.
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊
Features of the Weather App
1️⃣ Get Weather by Location
Fetch weather based on user’s current location using the Geolocation API.
2️⃣ Search by City Name
Allow users to search for weather by entering a city name.
3️⃣ Display Key Weather Info
Show temperature, humidity, wind speed, and weather condition (sunny, cloudy, rainy, etc.).
Use weather icons (e.g., 🌧️ 🌞 🌨️) for better UX.
4️⃣ Fetch Data from an API
Use OpenWeatherMap API or WeatherAPI to get real-time weather data.
5️⃣ 5-Day Forecast Feature (Optional)
Show upcoming weather predictions for the next 5 days.
The text was updated successfully, but these errors were encountered: