Skip to content

ozgrozer/tc-kimlik-dogrulama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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