https://github.com/serkanalgur/istckimlik
Turkish ID Number Validator
https://github.com/serkanalgur/istckimlik
nodejs typescript
Last synced: about 1 month ago
JSON representation
Turkish ID Number Validator
- Host: GitHub
- URL: https://github.com/serkanalgur/istckimlik
- Owner: serkanalgur
- Created: 2019-03-26T17:47:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T22:18:53.000Z (over 2 years ago)
- Last Synced: 2025-03-25T10:05:13.409Z (2 months ago)
- Topics: nodejs, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/istckimlik
- Size: 775 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isTCKimlik [](https://travis-ci.org/serkanalgur/istckimlik)  
A tool for validate Turkish Identification Number
## Installation
You can install this component via npm or yarn
```bash
npm install istckimlik
yarn add istckimlik
```## Usage
You can import your project and ask script is Turkish Identification Number is true or false
```js
var kontrol = require('istckimlik')console.log(kontrol.isTCKimlik(34123889266));
// function will return true or false P.S you need to give variable as number.
// second P.S : this Turkish Identification Number is auto generated
```