Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 830 Bytes

WeatherAngular

This project was generated with Angular CLI version 14.2.2.

Used technologies

• HttpClientModule • FormsModule • Google Fonts • Openweathermap Api

Overview

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

Installation

  • 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