Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.7 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.7 KB

Simple Weather App

Description

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.

Key Features

  • 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.

Technologies Used

  • 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.

Getting Started

To get started with the Simple Weather App, follow these steps:

  1. Clone the Repository

  2. 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.
  1. Run the Application
  • Open index.html in your web browser to view the app.

Usage

  1. Enter a city name in the input field.
  2. Click the "Get Weather" button to fetch and display the current weather data for that city.

Tags

  • HTML
  • CSS
  • JavaScript
  • Weather App
  • OpenWeatherMap API
  • Web Development

Contact

For queries or suggestions, feel free to contact:


Feel free to contribute by submitting issues or pull requests! Happy coding!