Sha256: 4eeb3f097b7fbefb8fb487b51c8fba8b970d764a524eb604c593eba0a25a66b1

Contents?: true

Size: 788 Bytes

Versions: 2

Compression:

Stored size: 788 Bytes

Contents

FullContact Ruby Gem
====================
A Ruby wrapper for the [FullContact API](http://www.fullcontact.com/)

Installation
------------
    gem install fullcontact

Documentation
-------------
[http://rdoc.info/gems/fullcontact](http://rdoc.info/gems/fullcontact)

Usage Examples
--------------
    require "rubygems"
    require "fullcontact"

	# This could go in an initializer
	FullContact.configure do |config|
		config.api_key = "fullcontact_api_key_goes_here"
	end
	
    # Get information about an email address
    person = FullContact.person("brawest@gmail.com")

	# Get person's family_name
	puts person.contact_info.family_name

Copyright
---------
Copyright (c) 2012 Brandon West

See [LICENSE](https://github.com/brandonmwest/rainmaker/blob/master/LICENSE.md) for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fullcontact-0.3.0 README.md
fullcontact-0.2.0 README.md