nik-check
v1.0.1
Published
Indonesian NIK checker
Downloads
2
Readme
NIK Checker
Indonesian NIK checker. It currently uses the service hosted on https://data.kpu.go.id/ss8.php
var nik = require('nik-check');
nik({
nik: '',
name: ''
}, function(err, obj, distance){
});
Test
To pass all tests you need to specify the truthy test data inside the config.js
.
After that:
$ npm test
License
MIT