This project was generated with Angular CLI version 14.2.2.
Live version: https://ehlisn.github.io/weather-angular/
• HttpClientModule • FormsModule • Google Fonts • Openweathermap Api
Weather app is the little web app for displaying the weather report from openweathermap.org using Components, Databinding, HTTP, Services, Observables, HTML5, CSS3 and more!
App features:
- Display today weather
- Display a 5-day forecast weather
- Search by city
- Clone or download the repository
- Navigate to the repository's directory
- Run
npm install
to install all the required packages - Run
ng serve --open
to start the local development server - Go to
http://localhost:4200/
to use the application