Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.73 KB

Weathery

Weathery is a web application that tells the weather in all world cities. This README file will provide instructions for installing and running the application on your local machine.

Installation

Before you start, make sure you have the following software installed on your machine:

  • Node.js (version 14 or higher)
  • npm (version 6 or higher)

To install Weathery, follow these steps:

  1. Clone the Weathery repository from GitHub:

    git clone https://github.com/AnisKehila/weathery.git
    
    
  2. Navigate to the project directory:Install the required packages:

    cd weathery
    
    
  3. Usage

    npm install
    
    

Usage

To start the Weathery application, run the following command:

npm start

This will start a local development server, and open the application in your default browser. You can access the application by navigating to http://localhost:8080.

You can search for the weather in a specific city by typing the city name in the search bar and clicking the "Search" button. The application will display the current temperature, weather condition, wind speed, humidity, and pressure for the selected city. Additionally, the application provides a forecast for the next 5 days with the minimum and maximum temperature, and the weather condition.

Contributing

If you find any issues with the Weathery application, please report them on the GitHub issues page.

If you'd like to contribute to the development of Weathery, please fork the repository and submit a pull request.

License

Weathery is released under the MIT License. See LICENSE for details.