Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 656 Bytes

Weather App

This is a simple weather app that allows users to enter a city name and see the current weather conditions.

Prerequisites

  • Node.js installed on your computer.
  • A text editor or IDE, such as Visual Studio Code.
  • A package manager, such as npm (comes with Node.js).

Step 1: Create a new Node.js project

Create a new directory for your project and initialize a new Node.js project by running the following command in your terminal:

npm init -y

This will create a new package.json file in your project directory.

Step 2: Install dependencies

Install the following dependencies using npm:

npm install