Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerdify/dnic
Validador de Documento Nacional de Identidad (DNI/Cedula) Nicaraguense.
https://github.com/nerdify/dnic
Last synced: about 2 months ago
JSON representation
Validador de Documento Nacional de Identidad (DNI/Cedula) Nicaraguense.
- Host: GitHub
- URL: https://github.com/nerdify/dnic
- Owner: nerdify
- Created: 2019-09-22T16:35:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:30:09.000Z (about 1 year ago)
- Last Synced: 2024-04-14T12:53:52.880Z (9 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 5
- Watchers: 5
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dnic - Javascript
Validador de Número de Documento Nacional de Identidad (DNI/Cédula) Nicaragüense.
Validador de Numero de Documento Nacional de Identidad (DNI/Cedula) Nicaragüense.
Esctructura del DNI:
- Los primeros 3 dígitos identifican el municipio.
- Los siguientes 6 dígitos corresponden a la fecha de nacimiento.
- Los últimos dígitos es el número de producción.
## Uso
import dnic, {validate, validateDate, getMunicipalities} from '@nerdify/dnic'
const dni = '281-140891-0022V';
dnic.isValid(dni); // true
validate(dni); // true
getMunicipalities(dni); // Leon