From 42ea45cd95e76b2cdcdf9addbaaf02b4c1248862 Mon Sep 17 00:00:00 2001 From: nekvapil Date: Fri, 23 Feb 2018 11:42:04 +0100 Subject: [PATCH 1/2] Added support for additional countries and CORS support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 877bba0d..eeea52fa 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,12 @@ API | Description | Auth | HTTPS | CORS | Link | API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | Church Calendar | Catholic liturgical calendar | No | No | Unknown | [Go!](http://calapi.inadiutorium.cz/) | -| Czech and Slovak Namedays Calendar | Lookup for a date and returns nameday | No | Yes | Unknown | [Go!](https://api.abalin.net/) | | Czech Namedays Calendar | Lookup for a name and returns nameday date | No | No | Unknown | [Go!](http://svatky.adresa.info/) | | Google Calendar | Display, create and modify Google calendar events | `OAuth` | Yes | Unknown | [Go!](https://developers.google.com/google-apps/calendar/) | | Hebrew Calendar | Convert between Gregarian and Hebrew, fetch Shabbat and Holiday times, etc | No | No | Unknown | [Go!](https://www.hebcal.com/home/developer-apis) | | Holidays | Historical data regarding holidays | `apiKey` | Yes | Unknown | [Go!](https://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | Unknown | [Go!](http://www.lectserve.com) | +| Namedays Calendar | Returns nameday for US, CZ, SK, PL, FR, HU, SWE, AT, IT, ES, HR | No | Yes | Yes | [Go!](https://api.abalin.net/) | | Non-Working Days | Database of ICS files for non working days | No | Yes | Unknown | [Go!](https://github.com/gadael/icsdb) | ### Cloud Storage & File Sharing From 9ffa46b5dc7d5e290612c6494943c62962f22232 Mon Sep 17 00:00:00 2001 From: VojtaN Date: Fri, 23 Feb 2018 17:12:36 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeea52fa..d5ff206c 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Hebrew Calendar | Convert between Gregarian and Hebrew, fetch Shabbat and Holiday times, etc | No | No | Unknown | [Go!](https://www.hebcal.com/home/developer-apis) | | Holidays | Historical data regarding holidays | `apiKey` | Yes | Unknown | [Go!](https://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | Unknown | [Go!](http://www.lectserve.com) | -| Namedays Calendar | Returns nameday for US, CZ, SK, PL, FR, HU, SWE, AT, IT, ES, HR | No | Yes | Yes | [Go!](https://api.abalin.net/) | +| Namedays Calendar | Provides namedays for multiple countries | No | Yes | Yes | [Go!](https://api.abalin.net/) | | Non-Working Days | Database of ICS files for non working days | No | Yes | Unknown | [Go!](https://github.com/gadael/icsdb) | ### Cloud Storage & File Sharing