README.md

# Weekday

[![Build Status](https://travis-ci.com/eiel/weekday.svg?branch=master)](https://travis-ci.com/eiel/weekday)
[![hex.pm version](https://img.shields.io/hexpm/v/weekday.svg)](https://hex.pm/packages/weekday)
[![hex.pm](https://img.shields.io/hexpm/l/weekday.svg)](https://github.com/eiel/weekday/blob/master/LICENSE)
[![docs](https://inch-ci.org/github/eiel/weekday.svg?branch=master)](https://inch-ci.org/github/eiel/weekday)
[![Coverage Status](https://coveralls.io/repos/github/eiel/weekday/badge.svg?branch=master)](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.3"}
  ]
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).