0.1.1 • Published 11 years ago

fullcontact.js v0.1.1

Weekly downloads
11
License
-
Repository
-
Last release
11 years ago

FullContact.js

An effortless interface for FullContact, using node-request.

Install

In terminal:

npm install fullcontact.js

Usage

In your JavaScript:

var FullContact = require('fullcontact.js')
  , fc = new FullContact('your_api_key');

fc.person({email: 'garbados@gmail.com'}, your_callback);

FullContact API Documentation

Check out FullContact's documentation here.

Tests

To run the test suite, then do this after installing the library:

npm test fullcontact.js [your_api_key]

If you entered a valid API key as a command-line argument, the tests should (as of this writing) pass.

0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago