Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.1 KB

Checkr Node.js Bindings

NPM version Downloads Build Status Dependency Status Coverage Status

Node.js wrapper for the Checkr.com API.

Installation

Checkr-node can be installed through the npm:

$ npm install checkr-api

Getting 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.com

Usage

var Checkr = require('checkr-api')('API_KEY');

Running the test-suite

gulp test

Author

Developed by Shrav Mehta.