Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.41 KB

Weather Application

This Weather Application is a simple web-based tool that provides current weather information for a given location. It fetches data from a weather API and displays it in a user-friendly interface.

Features

  • Current Weather: Get real-time weather updates for any location.
  • Responsive Design: The application is designed to work seamlessly across various devices and screen sizes.
  • User-friendly Interface: Intuitive design makes it easy for users to access weather information quickly.

Demo

Check out the live demo Weather-Application.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • Weather API (e.g., OpenWeatherMap)

Installation

To run this application locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/aishwaryamensinkai/Weather-Application.git
    
  2. Navigate to the project directory:

    cd Weather-Application
    
  3. Install the packages using the command

    npm install
    

Contributing

Contributions are welcome! If you'd like to add new features, improve existing ones, or fix any bugs, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • Weather data provided by OpenWeatherMap.
  • Inspiration and guidance from various online tutorials and resources.