Skip to content

emreycolakoglu/node-tckimlik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE-TCKIMLIK

Node.js CI Node.js Package

Kurulum

npm install node-tckimlik

or

yarn add node-tckimlik

Kullanım

const clientPromise = require("node-tckimlik");

clientPromise
  .then((client) => {
    return client.KisiVeCuzdanDogrulaAsync({
      TCKimlikNo: 12312312312,
      Ad: "Adem",
      Soyad: "Testoğlu",
      DogumGun: 15,
      DogumAy: 6,
      DogumYil: 1990,
    });
  })
  .then((response) => {
    console.log(response[0].KisiVeCuzdanDogrulaResult);
  });


Parametreler

bu linke tıklayarak parametre listesini görebilirsiniz.