Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 693 Bytes

ChineseHoliday

CI

Provides utilities for handling chinese holiday related problems.

Installation

Add :chinese_holiday to the list of dependencies in mix.exs:

def deps do
  [
    {:chinese_holiday, version}
  ]
end

Usage

For more information, see the documentation.

Acknowledgments

The initial raw data comes from bastengao/chinese-holidays-data.

License

Apache License 2.0