Five day weather forecast - Open weather map - Angular 5 demo
Click here to run the application
The application utilises Open Weather Map API to retrieve a five day weather forecast summary.
The daily summary is based on the retrieved OWM properties for the given day at 12:00 pm.
The raw data is mapped to an application specific Model which is used to display the dashboard data.
Run git clone https://github.com/neiltownsley/five-day-weather-forecast.git
to clone
Run npm i
to install the dependencies
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.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
This project was generated with Angular CLI version 1.6.3.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.