Sha256: cd5c17261f14f28c8cb713d63cf79b726051d313366ef46011bbfc688395bdc7

Contents?: true

Size: 782 Bytes

Versions: 1

Compression:

Stored size: 782 Bytes

Contents

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

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

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

Usage Examples
--------------
    require "rubygems"
    require "rainmaker"

	# 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) 2011 Brandon West

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fullcontact-0.1.3 README.md