Skip to content

lgaticaq/info-rut

Repository files navigation

info-rut

npm version npm downloads Build Status Coverage Status Maintainability dependency Status devDependency Status

Get person or enterprise from a valid RUT or full name

Installation

npm i -S info-rut

Use

Try on RunKit

const infoRut = require('info-rut')

const rut = '11111111-1'
infoRut.getPersonByRut(rut).then(console.log).catch(console.error)
infoRut.getEnterpriseByRut(rut).then(console.log).catch(console.error)

const name = 'juan perez'
infoRut.getPersonByName(name).then(console.log).catch(console.error)
infoRut.getEnterpriseByName(name).then(console.log).catch(console.error)

License

MIT

About

Get full name from a valid RUT

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6