Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/furkankayam/tc-validation
- Owner: furkankayam
- License: mit
- Created: 2024-05-01T10:38:38.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-04T15:59:30.000Z (8 months ago)
- Last Synced: 2024-05-05T04:24:50.495Z (8 months ago)
- Topics: tc, turkish-citizenship-verification
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
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 BirthSystem.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