An open API service indexing awesome lists of open source software.

https://github.com/lostkobrakai/period

Period is a library for working with time periods in elixir.
https://github.com/lostkobrakai/period

datetime elixir elixir-lang period time

Last synced: 5 months ago
JSON representation

Period is a library for working with time periods in elixir.

Awesome Lists containing this project

README

          

# Period

Period is a library for working with time periods. Inspired by php's [`league/period`](http://period.thephpleague.com).

[Documentation](https://hexdocs.pm/period)

## Installation

The package can be installed by adding `period` to your list of dependencies
in `mix.exs`:

```elixir
def deps do
[
{:period, "~> 0.1.0"}
]
end
```