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.
To run this application locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies using npm: npm install
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.
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.
- Express.js: ^4.18.2
- Handlebars (hbs): ^4.2.0
- Dharmendra Pandit
This project is licensed under the ISC License.