tc-kimlik-dogrulama

1.0.0 • Public • Published

TC Kimlik Doğrulama

Bu paket tckimlik.nvi.gov.tr üzerinden TC Kimlik doğrulaması yapmaya yardımcı olur.

npm license runkit

Kurulum

# yarn ile
$ yarn add tc-kimlik-dogrulama

# npm ile
$ npm i tc-kimlik-dogrulama

Kullanım

const tcKimlikDogrulama = require('tc-kimlik-dogrulama')

const app = async () => {
  const verification = await tcKimlikDogrulama({
    ad: 'Ahmet',
    soyad: 'Yılmaz',
    dogumYili: '1989',
    tcKimlikNo: '94124544014'
  })

  console.log(verification)
  // true veya false döndürür
}

app()

Lisans

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    15
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    15
  • 0.0.4
    2
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i tc-kimlik-dogrulama

Weekly Downloads

17

Version

1.0.0

License

MIT

Unpacked Size

4.53 kB

Total Files

5

Last publish

Collaborators

  • ozgrozer