Skip to content

ensky/taiwan-holiday.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');
	});

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •