The already existing mobile web-app (http://mobile.leitstelle122.at/) of WASTL - shortened for "Warn- und Alarmstufenliste" in German - is used to display several realtime information of currently running fire brigade incidents in Lower Austria. The incident data is kindly provided by the voluntary fire department "Freiwillige Feuerwehr Krems". WASTL is a project by several public sector entities:
Die Warn- und Alarmstufenliste ist ein gemeinsames Projekt des NÖ Landesfeuerwehrverbandes, der NÖ Landesregierung, des Bundesrechenzentrums, des Bezirksfeuerwehrkommandos Krems, des Magistrates der Stadt Krems sowie der Freiwilligen Feuerwehr Krems.
This project aims to build a modern mobile web-app based on the Ionic framework to improve the functionality of the existing solution. The new resulting mobile app should be available in several app stores for different mobile platforms to have a native look and feel.
You want to contribute? Great! Thanks for being awesome! Please see the project related issues before you start coding. Pull requests are always welcome!
npm install -g cordova ionic gulp
npm install -g bower
npm install
gulp install
git config url."https://".insteadOf git://
beforeionic platform --noresources --nosave add ios
(works only on Mac OSX)ionic platform --noresources --nosave add android
(you need to install the Android SDK before)adb logcat -s CordovaLog:D
or adb logcat -s chromium:D
gulp sass:watch
ionic serve
<PROJECT_ROOT>/platforms/ios/cordova/lib/list-emulator-images
ionic emulate ios --target="<TARGET>"
e.g.: ionic emulate ios --target="iPad (Retina)"
Grisu NÖ is licenced under the MIT License (MIT).