nric
v1.2.2
Published
Validate or generate Singapore NRIC numbers
Downloads
12,743
Readme
nric
Utility to validate or generate Singapore NRIC and FIN numbers with valid check digit.
Install
$ npm install nric
Usage
const nric = require('nric');
nric.validate('S1234567A'); //false
nric.validate('S9470855I'); //true
nric.validate('T7123769E'); //true
nric.generateNRIC(); //e.g. S9470855I
nric.generateFIN(); //e.g. G2943157X
License
MIT