simonpoole / OpeningHoursParser

Parser for string values according to the OSM opening hours specification
MIT License
32 stars 12 forks source link

Equivalent to the opening_hours.js Simple API #51

Closed ukasiu closed 4 years ago

ukasiu commented 4 years ago

Hi all,

is there an equivalent in Java to opening_hours.js Simple API (https://github.com/opening-hours/opening_hours.js#simple-api)? I mean functions to tell whether facility is open, when will be closed at the moment, etc.

simonpoole commented 4 years ago

There is work in progress by @lenonardehrenfried https://github.com/leonardehrenfried/opening-hours-evaluator that will do that.

ukasiu commented 4 years ago

Thanks @simonpoole!