An open API service indexing awesome lists of open source software.

https://github.com/alessiochen/angular-weatherapp

Weather App build with Angular
https://github.com/alessiochen/angular-weatherapp

angular angularmaterial leaflet start2impact typescript weather weather-app

Last synced: about 1 year ago
JSON representation

Weather App build with Angular

Awesome Lists containing this project

README

          

# Angular Weather App

### About the project
Project made for Full Stack developer course, it uses [weatherapi](https://www.weatherapi.com) as API and [leatlet](https://leafletjs.com) to display a map.
It is built with typescript using Angular and can be found in a demo on [firebase](https://map-application-b44cd.web.app).

### 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

- [Angular](https://angular.io)
- [Angular Material](https://material.angular.io)
- [Leaflet](https://leafletjs.com)
- [WeatherAPI](https://www.weatherapi.com/)