1.0.7 • Published 3 years ago

taiwan-holiday v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Coverage Status Build Status

taiwan-holiday.js

let me help you find out it's taiwan holiday or not.

Use

// use project static data
const holiday = require('taiwan-holiday');

holiday.init()
	.then(() => {
		holiday.isHoliday('2018/1/1');
	});
// useCustom temp dir
const holiday = require('taiwan-holiday');

holiday.init({temp_dir: './my-tmp'})
	.then(() => {
		holiday.isHoliday('2018/1/1');
	});
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago