Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.17 KB

Weather App

Description

This is a simple Express.js web application that allows users to search for weather information of different cities. The application utilizes the Express.js framework along with Handlebars (hbs) for templating.

Installation

To run this application locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies using npm: npm install

Usage

To start the application, run the following command: npm start

This will start the server and the application will be accessible at http://localhost:3000 in your web browser.

How to Use

Once the application is running, users can navigate to the home page and search for the weather information of their desired city. Simply enter the city name in the search bar and press Enter or click on the search button. The application will fetch the weather information from the Weather API and display it on the page.

Dependencies

  • Express.js: ^4.18.2
  • Handlebars (hbs): ^4.2.0

Author

  • Dharmendra Pandit

License

This project is licensed under the ISC License.