Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sungguh committed Nov 21, 2020
2 parents 7dcccb2 + 5345f17 commit 871ec4f
Showing 1 changed file with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,49 @@
# ktp-checker-android
Aplikasi pengecekan nomor KTP berbasis android, gratis, 100% mantap
# KTP Checker Android
Aplikasi pengecekan nomor KTP berbasis android, 100% gratis, 100% mantap dan bebas iklan.

### Screenshoot
<img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/1.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/2.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/3.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/4.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/5.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/6.png" width="200">

### Requirement To Install
- NodeJS v12.16.1
- NPM v6.14.1
- Nativescript v6.5.1

### How to run?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns run android
```
#### ios
``` bash
tns run ios
```

### How to build?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns build android
```
#### ios
``` bash
tns build ios
```

### Kredit
- [Library NIK Parser - Ican Bachors](https://github.com/bachors/nik_parse.js)
- [Font Icon - Fontawesome](https://fontawesome.com/)
- [Icon - Flaticon](https://www.flaticon.com/)

### Author
[kang-cahya.com](https://www.kang-cahya.com/)

### License
[Apache License 2.0](https://github.com/dyazincahya/ktp-checker-android/blob/master/LICENSE)

0 comments on commit 871ec4f

Please sign in to comment.