Skip to content

A node module to gen, validate and format Brazilian's documents numbers.

License

Notifications You must be signed in to change notification settings

fth-ship/bradoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bradoc

A node module to gen, validate and format Brazilian's documents numbers.

Getting Started

Install the module with

npm install bradoc

Use the module

var bradoc = require('bradoc');

Generators and Validators for CPF and CNPJ are available.

CPF

To generate a valid CPF (also formatted)

bradoc.cpf.generate(); 

To validate a CPF (formatted or not)

bradoc.cpf.validate('423oiu423iu42'); 

CNPJ

To generate a valid CNPJ (also formatted)

bradoc.cnpj.generate(); 

To validate a CNPJ (formatted or not)

bradoc.cnpj.validate('423oiu423iu42'); 

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

Lint and test your code using Grunt. For that, watch the files to lint it automagically with:

grunt watch

License

Copyright (c) 2013 Jú Gonçalves
Licensed under the MIT license.

About

A node module to gen, validate and format Brazilian's documents numbers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published