open-holiday-js

Open-Holiday-JS

A (inoffical) library to work with the Open Holiday API.

Installation

npm install open-holiday-js

Usage

import { Holiday } from 'open-holiday-js';

const holiday = new Holiday();

console.log(await holiday.getCountries());

Documentation

Documentation is available here.

Credits

All data is provided from the Open Holiday API

Generated using TypeDoc