Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create website display, make file management look cleaner #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
bin
node_modules
.gitattributes
.prettierignore
.prettierrc.json
test.js
*.jpg
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Parse & Validasi Nomor Induk Kependudukan (NIK) KTP Menggunakan Javascript.

Rumus

<img src="kodenik.jpg"/>
<img src="img/kodenik.jpg"/>

# <a href="https://github.com/bachors/nik_parse.js/tree/master/src">nik_parse.js</a>
Sample
Expand Down Expand Up @@ -62,10 +62,10 @@ Alias
```
nik-parse -n 3204110609970001
```
<img src="cli.jpg" width="70%"/>
<img src="img/cli.jpg" width="70%"/>

# <a href="https://github.com/mul14/nik_parser.ts?fbclid=IwAR0yu4Vadmdi13Z9rVNyiSIuZuybq2bD1THGNTQqZMQNanYvjsCVN9HldR0">nik_parser.ts</a>
NIK Parser in TypeScript by @mul14.

# note
Data yang dihasilkan hanya hasil menterjemahkan tiap digit NIK sehingga data yang dihasilkan adalah tempat pertamakali NIK dibuat/tempat lahir (bukan tempat domisili pemilik NIK secara uptodate).
# Catatan
Data yang dihasilkan hanya hasil menerjemahkan tiap digit NIK sehingga data yang dihasilkan adalah tempat pertama kali NIK dibuat / tempat lahir (bukan tempat domisili pemilik NIK terbaru).
146 changes: 6 additions & 140 deletions bin/index.js

Large diffs are not rendered by default.

Loading