This project is a simple Angular application that displays real-time weather information using the OpenWeatherMap API. Users can enter a city name to get the current weather conditions, including temperature, humidity, and wind speed.
- Real-time weather updates
- Search by city
- Display temperature, humidity, and wind speed
Before you begin, ensure you have met the following requirements:
- You have a recent version of Node.js installed.
- You have the Angular CLI installed. If not, install it globally with
npm install -g @angular/cli. - You have an API key from OpenWeatherMap.
To install the Angular Weather App, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/angular-weather-app.git