Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
/ verifyid Public archive

NodeJS wrapper for verifyid.co.za ID Validation API

License

Notifications You must be signed in to change notification settings

nunsie/verifyid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verifyid

NodeJS wrapper for verifyid.co.za ID Validation API

Usage

var VerifyID = require('verifyid')

var verify = new VerifyID('username', 'password')

verify.my_credits((res) => {
  console.log(res)
})

verify.said_verification('SOME_ID_NUMBER', (res) => {
  console.log(res)
})

About

NodeJS wrapper for verifyid.co.za ID Validation API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published