Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 624 Bytes

bali

Library focused on the validation of personal and tax identifiers by country:

  • Mexico(RFC, CURP)
  • Colombia(CC, CE, NIT)
  • Spain(DNI, NIE)
  • Portugal(NIF)
  • Italy(NIF)

Installation

If available in Hex, the package can be installed by adding bali to your list of dependencies in mix.exs:

def deps do
  [
    {:bali, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bali.