|
|
||
|---|---|---|
| .gitignore | ||
| .travis.yml | ||
| 2007.json | ||
| 2008.json | ||
| 2009.json | ||
| 2010.json | ||
| 2011.json | ||
| 2012.json | ||
| 2013.json | ||
| 2014.json | ||
| 2015.json | ||
| 2016.json | ||
| 2017.json | ||
| 2018.json | ||
| 2019.json | ||
| 2020.json | ||
| description_parsing_cases.json | ||
| fetch_holidays.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| test_fetch_holidays.py | ||
| update.py | ||
holiday-cn
中国法定节假日数据 自动每日抓取国务院公告
- 提供 JSON 格式节假日数据
- CI 自动更新
- 数据变化时时自动发布新版本 (
Watch-Release only以获取邮件提醒! ) - 发布页面提供 JSON 打包下载
数据格式:
{
year: Int, 年份
papers: [String], 所用国务院文件网址列表
days: [
{
name: String, 节日名称
date: String, ISO 8601 日期
isOffDay: Boolean, 是否为休息日
}
]
}
通过互联网使用
数据地址格式:
https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/{年份}.json
作为 git 子模块使用
参见 https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%AD%90%E6%A8%A1%E5%9D%97