Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furkankayam/tc-validation

✅Verifying Turkish citizenship status with the entered information
https://github.com/furkankayam/tc-validation

tc turkish-citizenship-verification

Last synced: 21 days ago
JSON representation

✅Verifying Turkish citizenship status with the entered information

Awesome Lists containing this project

README

        

## `TC Validation`

- Verifying Turkish citizenship status with the entered information.

### 📑Used packages

[![Java](https://img.shields.io/badge/java-17.0-000?style=for-the-badge&logo=openjdk&logoColor=white&color=FF9A00)](https://www.java.com/en/)
[![Maven](https://img.shields.io/badge/Maven-3.9-000?style=for-the-badge&logo=apache-maven&logoColor=white&color=C71A36)](https://maven.apache.org/)
[![OkHttp](https://img.shields.io/badge/OkHttp-5.0-000?style=for-the-badge&logo=okta&logoColor=white&color=4479A1)](https://square.github.io/okhttp/)
[![KPSPublic](https://img.shields.io/badge/KPSPublic-1.0-000?style=for-the-badge&logo=keenetic&logoColor=white&color=0E3A2F)](https://tckimlik.nvi.gov.tr/Service/KPSPublic.asmx)


### 👍Code example

- import `import org.furkankayam.TCValidation;`

```java
Boolean tcValid = TCValidation.tcValidation(
"12345678901", // Turkish ID Number
"mehmet furkan", // First Name
"kaya", // Last Name
"2001"); // Year of Birth

System.out.println(tcValid); // true-false
```


### ✅Releases

- The latest release `maven, gradle` dependencies

#### 🪶Maven

```xml


jitpack.io
https://jitpack.io

com.github.furkankayam
tc-validation
2.0

```

#### 🐘Gradle

```groovy
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}

dependencies {
// https://github.com/furkankayam/tc-validation
implementation 'com.github.furkankayam:tc-validation:2.0'
}
```


# 📖License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details