https://github.com/nithanim/jkumensaparser
https://github.com/nithanim/jkumensaparser
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nithanim/jkumensaparser
- Owner: Nithanim
- License: lgpl-3.0
- Created: 2015-06-27T12:29:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T22:21:21.000Z (over 10 years ago)
- Last Synced: 2025-01-29T06:51:42.000Z (over 1 year ago)
- Language: HTML
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JkuMensaParser
This is a parser for the diverse mensas present around [JKU] (http://www.jku.at/).
Currently [Classic, Choice](http://menu.mensen.at/index/index/locid/1), [KHG](http://www.khg-linz.at/?page_id=379) and [Raab](http://www.sommerhaus-hotel.at/de/restaurant_plan.php) are supported.
## Usage
You can either use the MainFactory as a shortcut
```java
List menus = MainFactory.newMain(Type.CLASSIC);
```
or build everything yourself
```java
List menus = JkuClassicFactory(new JkuClassicSourceFactory()).newMensa();
```
The [JkuMensaApi](https://github.com/Nithanim/JkuMensaApi) is required to function.
## License
The JkuMensaParser is licensed under the LGPL. See LICENSE.txt for more information.