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

https://github.com/ghostrick/reiwa

令和 for Elixir
https://github.com/ghostrick/reiwa

elixir japan

Last synced: 8 months ago
JSON representation

令和 for Elixir

Awesome Lists containing this project

README

          

# Reiwa
令和

## Installation

Add Reiwa to your application.

mix.exs
```elixir
defp deps do
[{:reiwa, "~> 1.0.0"}]
end
```

## Usage
```elixir
> Reiwa.get_reiwa(Date.utc_today)
1
```