Welcome to the Clear Sky Application! This Angular-based app provides weather information for multiple cities using the OpenWeatherMap API. The custom design ensures a user-friendly experience, allowing users to easily view current weather conditions and forecasts for various locations.
- City Weather: Retrieve and display weather information for multiple cities.
- Custom Design: Features a user-friendly, custom-designed interface.
- OpenWeatherMap API: Utilizes the OpenWeatherMap API for accurate and up-to-date weather data.
- Angular-Based: Built with Angular for a robust and responsive user experience.
- Angular: For building the application and managing the user interface.
- OpenWeatherMap API: For fetching weather data.
- CSS: For custom styling and layout.
- Clone this repository to your local machine.
git clone https://github.com/your-username/weather-application.git
- Navigate to the project directory.
cd weather-application - Install the dependencies.
npm install
- Start the development server.
ng serve
- Open your browser and visit
http://localhost:4200to see the project in action.
- Search for Cities: Enter the name of a city to view current weather information.
- View Weather Data: Check the weather conditions and forecasts for multiple cities.
- Customize: Adjust the design and functionality as needed.