README.md
# ChineseHoliday
[](https://github.com/cozy-elixir/chinese_holiday/actions/workflows/ci.yml)
> Provides utilities for handling chinese holiday related problems.
## Installation
Add `:chinese_holiday` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:chinese_holiday, version}
]
end
```
## Usage
For more information, see the [documentation](https://hexdocs.pm/chinese_holiday/ChineseHoliday.html).
## Acknowledgments
The initial raw data comes from [`bastengao/chinese-holidays-data`](https://github.com/bastengao/chinese-holidays-data).
## License
Apache License 2.0