Code Monkey home page Code Monkey logo

mobile-app's Introduction

Grisu NÖ - Mobile App MIT License Build Status Join the chat

Apple App Store Google Play Store

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.

Contributing

You want to contribute? Great! Thanks for being awesome! Please see the project related issues before you start coding. Pull requests are always welcome!

Coding guidelines

  • 4 spaces for indentation
  • 140 character max. line length
  • In general, try to make your code blend in with the surrounding code.

Setup of development environment

  • Install node.js (v4.x)
  • npm install -g cordova ionic gulp
  • Optional: Install bower command line utility: npm install -g bower
  • Go to project root folder
  • Install required node dependencies: npm install
  • Run Gulp dependency installation: gulp install
    • If you have problems to execute the Gulp task, try to execute git config url."https://".insteadOf git:// before
  • Add platforms
    • ionic platform --noresources --nosave add ios (works only on Mac OSX)
    • ionic platform --noresources --nosave add android (you need to install the Android SDK before)
  • ENJOY!

Useful commands and hints

  • Show app log in console when debugging app on Android device with USB
    • adb logcat -s CordovaLog:D or adb logcat -s chromium:D
  • Start Google Chrome with disabled web security to retrieve data from remote servers
  • Watch SASS changes and compile / move it immediately
    • gulp sass:watch
  • Start web server and open browser. It also watches for code changes.
    • ionic serve
  • Emulate an iOS device with Mac OSX
    • List available emulators: <PROJECT_ROOT>/platforms/ios/cordova/lib/list-emulator-images
    • Start emulator: ionic emulate ios --target="<TARGET>" e.g.: ionic emulate ios --target="iPad (Retina)"

Licencing

Grisu NÖ is licenced under the MIT License (MIT).

mobile-app's People

Contributors

pkolmann avatar ajgassner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.