From 5ab1c5a82a3b54a5be5a2a2ec336427bc0d480c2 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Wed, 15 Nov 2017 18:23:52 +0200 Subject: [PATCH] Add Hebrew Calendar API Adds hebcal.com API to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a793844d..1d79d9d4 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ API | Description | Auth | HTTPS | Link | | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | | Czech Namedays Calendar | Lookup for a name and returns nameday date | No | No | [Go!](http://svatky.adresa.info/) | | Google Calendar | Display, create and modify Google calendar events | `OAuth` | Yes | [Go!](https://developers.google.com/google-apps/calendar/) | +| Hebrew Calendar | Convert between Gregarian and Hebrew, fetch Shabbat and Holiday times, etc. | No | No | [Go!](https://www.hebcal.com/home/developer-apis) | | Holidays | Historical data regarding holidays | `apiKey` | Yes | [Go!](https://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | [Go!](http://www.lectserve.com) | | Non-Working Days | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) |