1.0.1 • Published 11 years ago
checkr-api v1.0.1
Checkr Node.js Bindings
Node.js wrapper for the Checkr.io API.
Installation
Checkr-node can be installed through the npm:
$ npm install checkr-apiGetting Started
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.io
Usage
var Checkr = require('checkr-api')('API_KEY');Running the test-suite
gulp testAuthor
Developed by Shrav Mehta.