Skip to content

scottwater/fullcontact-api-ruby

 
 

Repository files navigation

FullContact Ruby Gem

A Ruby wrapper for the FullContact API

Installation

gem install fullcontact

Documentation

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 for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%