文件名称:holiday:假日API(仅适用于中国)
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-03 15:38:43
TypeScript
@mora/holiday 支持获取 2010-当前 的节假日 其它时间范围只能判断是周末还是工作日 注意:最新年份的节假日需要等候国家公布后才能知道,并且数据也需要更新进来 安装 npm install --save @mora/holiday 使用 holiday(date, lang = 'zh_CN') holiday(dateString, lang = 'zh_CN') 例子 const holiday = require('@mora/holiday') holiday(new Date()) // => 返回 0, 1 或者 2 holiday('2017-05-01', 'zh_CN') // 2 TODO 自动获取最新的节假日信息 字段含义 0: workday 1: weekend 2: holiday
【文件预览】:
holiday-master
----.gitignore(893B)
----.gitmessage(368B)
----package.json(1KB)
----data()
--------2010.zh_CN.json(486B)
--------2018.zh_CN.json(459B)
--------2016.zh_CN.json(427B)
--------2017.zh_CN.json(391B)
--------2013.zh_CN.json(558B)
--------2015.zh_CN.json(405B)
--------2012.zh_CN.json(445B)
--------2014.zh_CN.json(386B)
--------2011.zh_CN.json(397B)
----src()
--------holiday.d.ts(78B)
--------holiday.ts(846B)
--------holiday.js(971B)
----tsconfig.json(256B)
----scripts()
--------fetch.ts(2KB)
----README.md(639B)
----test()
--------holiday.ts(1KB)
----yarn.lock(56KB)