A (inoffical) library to work with the Open Holiday API.
npm install open-holiday-js
import { Holiday } from 'open-holiday-js';
const holiday = new Holiday();
console.log(await holiday.getCountries());
Documentation is available here.
All data is provided from the Open Holiday API
Generated using TypeDoc