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

https://github.com/sau-lanvy/angular-weather

Build a weather app by Angular CLI
https://github.com/sau-lanvy/angular-weather

angular angular-cli openweathermap-api

Last synced: 11 months ago
JSON representation

Build a weather app by Angular CLI

Awesome Lists containing this project

README

          

# angular-weather
Build a weather app by angular

### Install
> You can clone or download this application and then use the instructions below to run it and/or the tests to get a better sense of how it works.

### Download packages
> Run ```npm install``` or ```yarn install``` to download all packages for the app.

### Run app
> Run ```ng serve``` in command line. And then navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

### Build
> Run ```ng build``` to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

### Running unit tests
> Run ```ng test``` to execute the unit tests via Karma.

### Running end-to-end tests
> Run ```ng e2e``` to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.