0.0.2 • Published 4 years ago

node-tckimlik v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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);
  });
0.0.2

4 years ago

0.0.1

4 years ago