This is a simple weather app that allows users to enter a city name and see the current weather conditions.
- 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).
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.
Install the following dependencies using npm:
npm install