Real Weather is a simple, responsive weather application built with HTML, CSS, and JavaScript. It fetches weather data from external APIs and allows users to quickly view the "feels like" temperature for a specified city.
- City Name Auto-correction: Uses the OpenStreetMap API to auto-correct city names.
- Weather Data: Retrieves current weather conditions from wttr.in.
- Dark/Light Mode: Toggle between dark and light themes.
- Responsive Design: Smooth zooming background animation and adaptive layout.
- Enter a City: Type the city name in the input field.
- Auto-correct: The application uses the OpenStreetMap API to find the correct city name.
- Fetch Weather: Weather data is fetched from wttr.in and displayed, including the feels-like temperature.
- Theme Toggle: Switch between dark and light modes using the toggle button.
- Open the
index.htmlfile in your browser or host it on a web server. - Enter a city name and press the "Get Weather" button (or press Enter) to view the weather details.
Feel free to modify the HTML, CSS, or JavaScript in index.html to suit your needs.
This project is open source.