Skip to content

yparitcher/javazmanim

 
 

Repository files navigation

KosherJava Zmanim API

The Zmanim library is an API for a specialized calendar that can calculate different astronomical times including sunrise and sunset and Jewish zmanim or religious times for prayers and other Jewish religious dutuies.

These classes extend GregorianCalendar and can therefore use the standard Calendar functionality to change dates etc. For non religious astronomical / solar calculations use the AstronomicalCalendar.

The ZmanimCalendar contains the most common zmanim or religious time calculations. For a much more extensive list of zmanim use the ComplexZmanimCalendar. This class contains the main functionality of the Zmanim library.

For a basic set of instructions on the use of the API, see How to Use the Zmanim API, zmanim code samples and the KosherJava FAQ. See the KosherJava Zmanim site for additional information.

License

The library is released under the LGPL 2.1 license.

Ports to Other Languages

The KosherJava Zmanim API has been ported to:

Web Api

There is a web api that returns json or xml and is based on the .NET port. It is available at https://wyrezmanim.herokuapp.com

Source code for the web api if you would like to self host is at https://github.com/greatjack1/dotnetcoreZmanim

Disclaimer:

While I did my best to get accurate results, please double check before relying on these zmanim for halacha lemaaseh.

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • HTML 0.6%