open-holiday-js
v1.0.3
Published
A JavaScript library to work with the open holiday API
Downloads
403
Readme
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