Skip to content

cozy-elixir/chinese_holiday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChineseHoliday

CI Hex.pm built with Nix

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.

Development

Updating data

$ nix develop
$ sync-data

Acknowledgments

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

License

Apache License 2.0