1.0.0 • Published 2 years ago

tc-govermentcardid-verification v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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.

License

MIT