This is a web app developed using Angular. It allows users to search for the weather conditions of any city in the world and provides current weather information. The app fetches weather data using the Rapid open weather API.
- Users can search for weather conditions of any city in the world.
- The app displays the current weather conditions, including temperature and weather description.
- The app utilizes the Rapid open weather API to fetch weather data.
- Angular
- HTML
- CSS
- JavaScript
- VS Code
- Rapid open weather API
To use this app, you can follow these steps:
- Clone the repository or download the source code.
- Open the project in your preferred code editor.
- Run
npm install -g @angular/cli
- Run
npm install
to install the necessary dependencies. - Run
ng serve -o
to start the development server. - Open your browser and navigate to
http://localhost:4200/
to use the app.
To use the app, simply type the name of the city you want to search for in the search bar and press Enter. The app will display the current weather conditions for the searched city.
A live demo of the Angular Weather App is available at Saida Angular Weather App.
This project is licensed under the MIT license.