This project is a progressive-web-app (PWA). It shows the current weatherstatus and information from South-Tyrol, using the OpenDataHub-API (http://ipchannels.integreen-life.bz.it/meteorology/swagger-ui.html#/)
First of all you have to clone this repository. You will need to have nodejs and npm installed for the next command.
npm install -g @angular/cli # install the angular-cli globally
npm install # this will install all of the dependencies
Then you can run the development server:
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 build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.