/angular-weather-app

Simple Weather App in Angular

Primary LanguageTypeScript

Angular Weather App

Live demo here.

Table of Contents

General Information

Simple weather applicaction, a pet-project to learn Angular framework main features and PWA technology.

The application shows current weather at your location or you can select other city.

Technologies Used

Screenshots

Setup

Clone this repository and checkout main branch.

Run npm install

Run npm start (or npm run start:dev for dev mode)

Application runs at http://localhost:4200 and can be viewed in browsers.