Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pinx/periods

Calculating with periods
https://github.com/pinx/periods

Last synced: 15 days ago
JSON representation

Calculating with periods

Awesome Lists containing this project

README

        

# Periods

Manipulating time periods.

- [x] Intersecting two periods
- [ ] ...

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `periods` to your list of dependencies in `mix.exs`:

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