Skip to content

vtsl-DevRev/WeatherApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here's a README template for your Weather Application project that you can use for your GitHub repository. This template includes sections for installation, usage, and contribution, among others. Feel free to customize it further based on your project's specific details and requirements.


Weather Application

A simple and responsive weather application that allows users to search for current weather information and a 7-day forecast for any city using the WeatherAPI.

Table of Contents

Features

  • Search for weather by city name.
  • Display current weather conditions, including temperature, wind speed, humidity, and more.
  • View a 7-day weather forecast.
  • Responsive design for both desktop and mobile devices.
  • Alerts for severe weather conditions.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • WeatherAPI for fetching weather data

Installation

  1. Clone the repository to your local machine using:

    git clone https://github.com/vtsl-DevRev/WeatherApplication.git
  2. Navigate to the project directory:

    cd weather-app
  3. Open index.html in your web browser.

Usage

  1. Enter a city name in the input field.
  2. Click the Search button to fetch and display the current weather and forecast data.
  3. View the detailed weather information in the respective sections.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to fork the repository and submit a pull request. Please follow these steps:

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

License

This project is licensed under the License.


Releases

No releases published

Packages

 
 
 

Contributors