https://github.com/sirleyalmeida/librarycpfvalidator
Projeto de Validação de CPF, na Laboratoria >>
https://github.com/sirleyalmeida/librarycpfvalidator
es6 eslint library node-js nodejs-modules npm nyc tdd test
Last synced: 3 months ago
JSON representation
Projeto de Validação de CPF, na Laboratoria >>
- Host: GitHub
- URL: https://github.com/sirleyalmeida/librarycpfvalidator
- Owner: sirleyalmeida
- Created: 2019-04-26T01:53:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T20:48:53.000Z (about 7 years ago)
- Last Synced: 2025-08-23T07:21:56.666Z (11 months ago)
- Topics: es6, eslint, library, node-js, nodejs-modules, npm, nyc, tdd, test
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/librarycpfvalidator
- Size: 58.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libraryCpfValidator
Esta biblioteca destina-se à validação de números de CPF.
## Como instalar:
```
$ npm install librarycpfvalidator
```
## Como utilizar:
```javascript
const cpfValidator = require('librarycpfvalidator');
cpfValidator('12345678909');
// returns 'true'
const cpfValidator = require('librarycpfvalidator');
cpfValidator('11111111111');
// returns 'false'
```
## roadmap oficial do projeto*
### Versão 3.0.0
* README translated to english.
### Versão 2.0.0
* Correção de bugs.
### Versão 1.0.0
* Funcionalidades: validação de cpf;
* Entrada de string e números.