Provides utilities for handling chinese holiday related problems.
Add :chinese_holiday
to the list of dependencies in mix.exs
:
def deps do
[
{:chinese_holiday, "~> <version>"}
]
end
For more information, see the documentation.
$ nix develop
$ sync-data
The raw data comes from bastengao/chinese-holidays-data
.
Apache License 2.0