This project is a Simple Weather App built using HTML, CSS, and JavaScript. The app allows users to input a city name and fetches real-time weather data, including temperature, humidity, wind speed, and weather conditions, from the OpenWeatherMap API. The application aims to provide an intuitive interface for users to easily access weather information based on their input.
- User-friendly interface for entering city names.
- Real-time weather data retrieval using OpenWeatherMap API.
- Displays essential weather information: temperature, humidity, wind speed, and weather conditions.
- Responsive design for mobile and desktop compatibility.
- HTML: For structuring the web application.
- CSS: For styling the application and making it visually appealing.
- JavaScript: For handling user interactions and fetching data from the API.
To get started with the Simple Weather App, follow these steps:
-
Clone the Repository
-
API Key Registration
- Sign up at OpenWeatherMap to get your API key.
- Replace
YOUR_API_KEY
in the JavaScript file with your actual API key.
- Run the Application
- Open
index.html
in your web browser to view the app.
- Enter a city name in the input field.
- Click the "Get Weather" button to fetch and display the current weather data for that city.
- HTML
- CSS
- JavaScript
- Weather App
- OpenWeatherMap API
- Web Development
For queries or suggestions, feel free to contact:
- Email: krishmakadiay2005@gmail.com
Feel free to contribute by submitting issues or pull requests! Happy coding!