Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 936 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 936 Bytes

ChineseHoliday

CI Hex.pm

Provides utilities for handling chinese holiday related problems.

LOOKING FOR A MAINTAINER

This package is currently in low-maintenance mode. If you are interested in maintaining it, please email me.

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 raw data comes from bastengao/chinese-holidays-data.

License

Apache License 2.0