Skip to content

AlessioChen/Angular-weatherApp

Repository files navigation

Angular Weather App

About the project

Project made for Full Stack developer course, it uses weatherapi as API and leatlet to display a map. It is built with typescript using Angular and can be found in a demo on firebase.

Features

  • A map with markers on some Italian cities.
  • Clicking one mark shows the city's weather information.
  • Possibility to filter cities by text and centre the map by clicking on one of them.

Getting started

Run ng serve for a dev server. Navigate to http://localhost:4200/`. The app will automatically reload if you change any of the source files.

Acknowledgements