README.md
[](http://www.repostatus.org/#active)
[](https://travis-ci.org/pbogut/recurring_events)
[](https://coveralls.io/github/pbogut/recurring_events?branch=master)
# RecurringEvents
_RecurringEvents_ is an Elixir library providing recurring events support
(duh!).
## Documentation
API documentation is available at [https://hexdocs.pm/recurring_events](https://hexdocs.pm/recurring_events)
## Installation
The package can be installed as:
Add `recurring_events` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:recurring_events, "~> 0.3.0"}]
end
```