tc-govermentcardid-verification
v1.0.0
Published
You can Turkiye Goverment Id Verification
Downloads
2
Readme
Turkey Goverment Verification
With this library you can verify citizen numbers of the republic of turkey.
Parameters => ( Name ,Surname, BirthYear, Turkey Goverment Card Id)
Installation
Use the package manager npm or yarn tc-govermentid-verification.
npm i tc-govermentid-verification
or
yarn tc-govermentid-verification
Usage
const CheckIdentityCard = require('tc-govermentid-verification');
CheckIdentityCard('name', 'surname', 'birthYear', 'TcGovermentCardId')
.then(result => console.log(result))
.catch(err => console.log(err)
);
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.