This application allows to display meteorological data for a display terminal. The display can be oriented landscape or portrait.
The application needs the web service available here.
Run grunt
for building and grunt serve
for preview.
To deploy the projet on a development server, run :
npm install
bower install
bower prune
grunt build:dist
The command grunt build:dist
build a compact version of the application.
This project is generated with yo angular generator.