1.0.1 • Published 6 years ago

validate-id-za v1.0.1

Weekly downloads
14
License
MIT
Repository
github
Last release
6 years ago

South Africa ID Validator

South African ID validation rules

http://geekswithblogs.net/willemf/archive/2005/10/30/58561.aspx

Usage

import validate from 'validate-id-za';

const idNumber = '8001015009087';

validate(idNumber);

Contribute

Global dependencies

Testing

Tools

  • Framework - Mocha
  • Assertion Library - Chai (using expect)
  • Spies, Stubs, Mocks, etc - Sinon
  • Linting - ESLint

Commands

CommandDescription
yarn testrun linter + unit tests
yarn test:lintrun linter
yarn test:runnerrun unit tests
yarn test:watchrun unit tests + watch for changes