Skip to content

Library to parse mensa data from Studentenwerk Schleswig-Holstein

Notifications You must be signed in to change notification settings

hanneseilers/mensa-sh-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

mensa-sh-parser

Library to parse mensa and menu data from Studentenwerk Schleswig-Holstein (https://www.studentenwerk.sh)

Installation

Include the pre-build .jar file from latest release into your project.

For usage in enviroments (like Android) where using java File objects isn't recommended; extend the FileWriter class and overwrite it's functions. FileWriter class is used as an interface between the librarys internal cache management and the file system access. Set an instance of your extended FileWriter class using Cache classes static function.

Usage

Use Mensa classes static functions to get available mensa locations and their menus. Refer to Test class for an example.

By default caching time is set to 24 hours. To set your own caching time use the static functions of Cache class.

About

Library to parse mensa data from Studentenwerk Schleswig-Holstein

Resources

Stars

Watchers

Forks

Packages

No packages published