README.md

# indonesian_id

![Hex.pm Version](https://img.shields.io/hexpm/v/indonesian_id) ![Hex.pm Downloads](https://img.shields.io/hexpm/dt/indonesian_id) [![Elixir CI](https://github.com/muzhawir/indonesian_id/actions/workflows/elixir.yml/badge.svg?branch=main)](https://github.com/muzhawir/indonesian_id/actions/workflows/elixir.yml)

Package for parsing and looking-up various Indonesian ID numbers or codes.

## Installation

Add `indonesian_id` to your list of dependencies in `mix.exs` to install it from [Hex](https://hex.pm/packages/indonesian_id):

```elixir
def deps do
  [
    {:indonesian_id, "~> 1.1.0"}
  ]
end
```