![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@apiverve/worldholidays
Advanced tools
World Holidays is a simple tool for getting the holidays of the world. It returns the holidays of the world for each day of the year.
World Holidays is a simple tool for getting the holidays of the world. It returns the holidays of the world for each day of the year.
This is a Javascript Wrapper for the World Holidays API
npm install @apiverve/worldholidays --save
Before using the worldholidays API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com
The World Holidays API documentation is found here: https://docs.apiverve.com/api/worldholidays.
You can find parameters, example responses, and status codes documented here.
var worldholidaysAPI = require('@apiverve/worldholidays');
var api = new worldholidaysAPI({
api_key: [YOUR_API_KEY],
secure: true //(Optional, defaults to true)
});
Using the API client, you can perform requests to the API.
var query = {
country: "US",
year: 2024
};
api.execute(query, function (error, data) {
if (error) {
return console.error(error);
} else {
console.log(data);
}
});
{
"status": "ok",
"error": null,
"data": {
"country": "US",
"year": "2024",
"holidays": [
{
"date": "2024-01-01 00:00:00",
"start": "2024-01-01T05:00:00Z",
"end": "2024-01-02T05:00:00Z",
"name": "New Year's Day",
"type": "public"
},
{
"date": "2024-01-15 00:00:00",
"start": "2024-01-15T05:00:00Z",
"end": "2024-01-16T05:00:00Z",
"name": "Martin Luther King Jr. Day",
"type": "public"
},
{
"date": "2024-02-14 00:00:00",
"start": "2024-02-14T05:00:00Z",
"end": "2024-02-15T05:00:00Z",
"name": "Valentine's Day",
"type": "observance"
},
{
"date": "2024-02-19 00:00:00",
"start": "2024-02-19T05:00:00Z",
"end": "2024-02-20T05:00:00Z",
"name": "Washington's Birthday",
"type": "public"
},
{
"date": "2024-03-17 00:00:00",
"start": "2024-03-17T04:00:00Z",
"end": "2024-03-18T04:00:00Z",
"name": "St. Patrick's Day",
"type": "observance"
},
{
"date": "2024-03-31 00:00:00",
"start": "2024-03-31T04:00:00Z",
"end": "2024-04-01T04:00:00Z",
"name": "Easter Sunday",
"type": "observance"
},
{
"date": "2024-04-15 00:00:00",
"start": "2024-04-15T04:00:00Z",
"end": "2024-04-16T04:00:00Z",
"name": "Tax Day",
"type": "observance"
},
{
"date": "2024-04-24 00:00:00",
"start": "2024-04-24T04:00:00Z",
"end": "2024-04-25T04:00:00Z",
"name": "Administrative Professionals Day",
"type": "observance"
},
{
"date": "2024-05-12 00:00:00",
"start": "2024-05-12T04:00:00Z",
"end": "2024-05-13T04:00:00Z",
"name": "Mother's Day",
"type": "observance"
},
{
"date": "2024-05-27 00:00:00",
"start": "2024-05-27T04:00:00Z",
"end": "2024-05-28T04:00:00Z",
"name": "Memorial Day",
"type": "public"
},
{
"date": "2024-06-16 00:00:00",
"start": "2024-06-16T04:00:00Z",
"end": "2024-06-17T04:00:00Z",
"name": "Father's Day",
"type": "observance"
},
{
"date": "2024-06-19 00:00:00",
"start": "2024-06-19T04:00:00Z",
"end": "2024-06-20T04:00:00Z",
"name": "Juneteenth",
"type": "public"
},
{
"date": "2024-07-04 00:00:00",
"start": "2024-07-04T04:00:00Z",
"end": "2024-07-05T04:00:00Z",
"name": "Independence Day",
"type": "public"
},
{
"date": "2024-09-02 00:00:00",
"start": "2024-09-02T04:00:00Z",
"end": "2024-09-03T04:00:00Z",
"name": "Labor Day",
"type": "public"
},
{
"date": "2024-10-14 00:00:00",
"start": "2024-10-14T04:00:00Z",
"end": "2024-10-15T04:00:00Z",
"name": "Columbus Day",
"type": "public"
},
{
"date": "2024-10-31 18:00:00",
"start": "2024-10-31T22:00:00Z",
"end": "2024-11-01T04:00:00Z",
"name": "Halloween",
"type": "observance"
},
{
"date": "2024-11-05 00:00:00",
"start": "2024-11-05T05:00:00Z",
"end": "2024-11-06T05:00:00Z",
"name": "Election Day",
"type": "observance"
},
{
"date": "2024-11-11 00:00:00",
"start": "2024-11-11T05:00:00Z",
"end": "2024-11-12T05:00:00Z",
"name": "Veterans Day",
"type": "public"
},
{
"date": "2024-11-28 00:00:00",
"start": "2024-11-28T05:00:00Z",
"end": "2024-11-29T05:00:00Z",
"name": "Thanksgiving Day",
"type": "public"
},
{
"date": "2024-11-29 00:00:00",
"start": "2024-11-29T05:00:00Z",
"end": "2024-11-30T05:00:00Z",
"name": "Day after Thanksgiving Day",
"type": "observance"
},
{
"date": "2024-12-24 00:00:00",
"start": "2024-12-24T05:00:00Z",
"end": "2024-12-25T05:00:00Z",
"name": "Christmas Eve",
"type": "optional"
},
{
"date": "2024-12-25 00:00:00",
"start": "2024-12-25T05:00:00Z",
"end": "2024-12-26T05:00:00Z",
"name": "Christmas Day",
"type": "public"
},
{
"date": "2024-12-31 00:00:00",
"start": "2024-12-31T05:00:00Z",
"end": "2025-01-01T05:00:00Z",
"name": "New Year's Eve",
"type": "observance"
}
]
}
}
Need any assistance? Get in touch with Customer Support.
Stay up to date by following @apiverveHQ on Twitter.
All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.
Licensed under the The MIT License (MIT)
Copyright (©) 2024 APIVerve, and Evlar LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
World Holidays is a simple tool for getting the holidays of the world. It returns the holidays of the world for each day of the year.
The npm package @apiverve/worldholidays receives a total of 0 weekly downloads. As such, @apiverve/worldholidays popularity was classified as not popular.
We found that @apiverve/worldholidays demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.