Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiel/weekday
day of week for Elixir
https://github.com/eiel/weekday
Last synced: about 1 month ago
JSON representation
day of week for Elixir
- Host: GitHub
- URL: https://github.com/eiel/weekday
- Owner: eiel
- License: mit
- Created: 2018-05-19T12:09:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T11:17:55.000Z (about 1 year ago)
- Last Synced: 2024-09-17T20:18:30.022Z (4 months ago)
- Language: Elixir
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).