Skip to content

thimoo/smn-display-app

Repository files navigation

SwissMetNet Display Application

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.

Build & development

Run grunt for building and grunt serve for preview.

Build on server

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.

Application structure

This project is generated with yo angular generator.