hebcal / hebcal-es6

perpetual Jewish Calendar with holidays, Shabbat and holiday candle lighting and havdalah times, Torah readings, and more
https://hebcal.github.io/api/core/
GNU General Public License v2.0
98 stars 14 forks source link

Update flags in readme.md #344

Closed jacobdalamb closed 11 months ago

jacobdalamb commented 11 months ago

Missing flags like mask 13 for Simchat Torah

mjradwin commented 11 months ago

Flags are always bitmask. So 13 is not a flag for Simchat Torah, but instead is bitwise-OR of 3 flags flags.CHAG | flags.YOM_TOV_ENDS | flags.CHUL_ONLY