PRODIGY_WD_5
A simple and elegant weather application that provides real-time weather information for any location.
- 🌍 Get current weather data for any city worldwide
- 🌡️ Display temperature, humidity, wind speed, and more
- 🎨 Clean and intuitive user interface
- 🔄 Real-time updates using a weather API
Before you begin, ensure you have met the following requirements:
- Node.js (v14 or higher)
- npm (usually comes with Node.js)
-
Clone the repository:
git clone /~https://github.com/your-username/weather-app.git
-
Navigate to the project directory:
cd weather-app
-
Install the dependencies:
npm install
-
Create a
.env
file in the root directory and add your API key:API_KEY=your_weather_api_key_here
To start the server in development mode: