TheNoim / open-holiday-js

A client library for the open holiday api

Home Page:https://dlurak.github.io/open-holiday-js/

Repository from Github https://github.comTheNoim/open-holiday-jsRepository from Github https://github.comTheNoim/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

About

A client library for the open holiday api

https://dlurak.github.io/open-holiday-js/

License:MIT License


Languages

Language:TypeScript 100.0%