Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 746 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 746 Bytes

RfcFacil

**Librería para calcular el Registro Federal de Contribuyentes en México (RFC) - Elixir

Installation

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

def deps do
  [
    {:rfc_facil, "~> 0.1.2"}
  ]
end

Usage

RfcFacil.for_natural_person("Oscar", "For", "Bar", "1989-09-23")

Contributors

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