README.md
# Weekday
[](https://travis-ci.com/eiel/weekday)
[](https://hex.pm/packages/weekday)
[](https://github.com/eiel/weekday/blob/master/LICENSE)
[](https://inch-ci.org/github/eiel/weekday)
[](https://coveralls.io/github/eiel/weekday?branch=master)
provide day_of_week function that return atom like :monday, :sunday
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `weekday` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:weekday, "~> 0.0.2"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/weekday](https://hexdocs.pm/weekday).