/studentenfutter-app

Titanium Sample App to show canteen meals in Germany.

Primary LanguageJavaScriptMIT LicenseMIT

Studentenfutter-App

The Studentenfutter App is a cross-platform Titanium app initially made to check the lunches of the German based Universities in Osnabrück, Vechta and Lingen. It was made open source to share the concepts behind maken an advanced application and is still work-in-progress due to migrations from the classic Titanium structure to an Alloy based concept.

App Store

Download

You can download the app for free from the iOS App Store and Android Play Store:

App Store Play Store

Features (Selection)

  • Cross-Platform native App
  • Multi-Language Support (en, de, es, pt)
  • List Views
  • Navigation Flows
  • Image Processing & Upload
  • REST-API Handling
  • Star-based Rating System

Running the App

Via Appcelerator Studio

  1. Import it via Dashboard if available.

  2. Or import it via File > Import... > Git > Git Repository as New Project with URI:

     https://github.com/hansemannn/studentenfutter-app
    
  3. Select a Simulator or Device to build to via Run > Run As.

Via CLI

  1. Clone the repository:

     git clone https://github.com/hansemannn/studentenfutter-app
    
  2. To run it with appc run first import it to the platform:

     appc new --import --no-services
    
  3. Build to Simulator or Device:

     [appc run | ti build] -p ios [-T device]
    

Author

Hans Knoechel (@hansemannnn / Web)

License

MIT

Contribution

Code contributions are greatly appreciated, please submit a new pull request!