Node.js wrapper for the Checkr.com API.
Checkr-node can be installed through the npm:
$ npm install checkr-api
In order to use the client, you must have an API key. To obtain your key, you need to first create an account at www.checkr.com
var Checkr = require('checkr-api')('API_KEY');
gulp test
Developed by Shrav Mehta.