1.0.1 • Published 11 years ago
nik-check v1.0.1
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 testLicense
MIT