1.0.1 • Published 9 years ago

nik-check v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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