Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "11holidays", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Global holidays API for public holidays, bank holidays and observances from 230+ countries", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# 11holidays | ||
Global holidays API for public holidays, bank holidays and observances from 230+ countries. | ||
Global [holidays API](https://11holidays.com/) for public holidays, bank holidays and observances from 230+ countries. | ||
## Installation | ||
``` | ||
npm i 11holidays | ||
``` | ||
## Api Key | ||
You can use the SDK without API key to access past holidays(Free plan) or for testing. | ||
- Signup to [get your api key](https://11holidays.com/pricing) for full access to fetch holidays by country, year etc. | ||
## Holidays API | ||
To retrieve the complete holidays list by specific country code and year | ||
@@ -42,2 +56,3 @@ | ||
### Parameters | ||
country (2 char) - Required. 2 character ISO country code. | ||
@@ -47,2 +62,3 @@ year (integer) - Required. Year in 4 digit format. | ||
## Countries API | ||
To retrieve the complete list of countries | ||
@@ -60,2 +76,7 @@ | ||
] | ||
``` | ||
``` | ||
## Support | ||
- If you have any question related to API key, access etc. [contact support](https://11holidays.com/contact). | ||
- Open an issue on Github for question related to SDK |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13315
80