README.md
# Elixir Holidays
Elixir library for finding which holidays fall on given dates.
Based on the [Holidays Ruby Gem](https://github.com/holidays/holidays)
## Installation
When [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add holidays to your list of dependencies in `mix.exs`:
def deps do
[{:holidays, "~> 0.0.1"}]
end