This project is a virtual showcase created by Carlos Angulo for Growth Acceleration Partners. It has been generated with [Angular CLI] version 1.6.5.
- Make sure you have installed the following packages. Same or newer versions:
- Node 9.0
- Angular CLI 1.6
- Angular 5.2
- Yarn 1.3
- Clone the current repository
- Open the command prompt window and locate in the project.
- Run
yarn
ornpm install
to install all the dependencies.
Run yarn
or ng serve
. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
This project is a forecast application which displays some european cities weather information using the Open Weather Map API. It was generated with Angular CLI version 7.3.1.
Before runing this application, please clone this on your local and then:
- Run
npm install
to install all the dependencies. - Run
ng serve -o
- Your browser will open a new table in the URL
http://localhost:4200/
where the app will be runing.
Run ng test
to execute the unit tests via Karma.
/
Home/dashboard
Shows the list of the cities with the information or their weather./city/:id
Shows the forecast of the choosen city.