Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 874 Bytes

readme.md

File metadata and controls

41 lines (27 loc) · 874 Bytes

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.