Sri Lankan NIC Number check and get details
Modules that you can use in here
- Validated the NIC Number
- Get the birth year
- Check the gender
This module is worling with both old and new NIC numbers in Sri Lanka
Usage
const { validateNumber, getBirthYear, getGender } = require('nic-no-sri-lanka');
New NIC Number
- Validated the NIC Number - validateNumber("200027666980")
- Get the birth year - getBirthYear("200027666980")
- Check the gender - getGender("200027666980")
Old NIC Number
- Validated the NIC Number - validateNumber("641042757V")
- Get the birth year - getBirthYear("641042757V")
- Check the gender - getGender("641042757V")