Angular Weather is a simple weather application built with Angular and powered by the Open Weather API from RapidAPI.com.
- Real-time Weather Data: Fetches real-time weather data from the Open Weather API to provide accurate and up-to-date information.
- Temperature Display: Displays current temperature, maximum temperature, and minimum temperature for the selected city.
- Humidity: Shows the humidity level of the selected city's weather.
- Wind Speed: Provides information about the wind speed in the selected city.
- Search Functionality: Allows users to search for weather information by entering the name of the city they want to know about.
You can experience the AngularWeatherApp by visiting this link.
- Simply type the name of the city you want to check the weather for in the search box.
- Hit Enter or click on the search button.
- Instantly view the temperature, maximum temperature, minimum temperature, humidity, and wind speed for the selected city.
- Angular: Angular framework is used for building the frontend of the application.
- Open Weather API: Utilizes the Open Weather API from RapidAPI.com to fetch weather data.
- HTML/CSS: Basic HTML and CSS are used for styling and structuring the application.
- Clone the repository.
- Navigate to the project directory.
- Install dependencies by running
npm install. - Start the development server with
ng serve. - Visit
http://localhost:4200in your browser to view the application.
Contributions are welcome! Feel free to submit issues, feature requests, or pull requests.
This project is licensed under the MIT License.

