jessejanderson / recurring_events

Elixir library for dealing with recurring events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status

RecurringEvents

RecurringEvents is an Elixir library providing recurring events support (duh!).

Documentation

API documentation is available at 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.1.0"}]
end
```

About

Elixir library for dealing with recurring events


Languages

Language:Elixir 100.0%