Packages

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

Retired package: Deprecated - It will be updated to a new version, in development

Current section

Files

Jump to
indonesian_id README.md
Raw

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)
A package for parsing and validating Indonesian identification numbers. This library provides
functions to ensure the format and validity of these IDs, making it easier to handle Indonesian
identification numbers in your Elixir applications.
## Installation
The package is [available in Hex](https://hex.pm/packages/indonesian_id) and can be installed
by adding `indonesian_id` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:indonesian_id, "~> 1.0.0"}
]
end
```