Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.5 KB

Weather App

A simple and interactive weather application built with HTML, CSS, and JavaScript.

Table of Contents

Introduction

The Weather App provides real-time weather information for a given location. Users can easily check the current weather conditions, temperature, and more with a user-friendly interface.

Features

  • Real-time weather data
  • Location-based weather information
  • Temperature in Celsius and Fahrenheit
  • Responsive design for various devices

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • OpenWeatherMap API (or any other weather API you use) OpenWeatherMap API

How to Use

  1. Clone the repository:
git clone https://github.com/hrik-das/weather-app.git
  1. Get an API key from OpenWeatherMap (or your preferred weather API provider) and replace YOUR_API_KEY in the script.js file.

  2. Open the index.html file in your preferred web browser.

  3. Enter the location or allow the app to access your current location.

  4. View real-time weather information.

Contributing

If you'd like to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Submit a pull request.