Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinx/periods
Calculating with periods
https://github.com/pinx/periods
Last synced: 15 days ago
JSON representation
Calculating with periods
- Host: GitHub
- URL: https://github.com/pinx/periods
- Owner: pinx
- Created: 2017-12-30T21:02:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T09:21:01.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T12:52:26.016Z (2 months ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```