Skip to content

iamnader/fullcontact-api-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 a email address
person = FullContact.person(email: "brawest@gmail.com")

# Get information about a twitter
person2 = FullContact.person(twitter: "brawest")

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

Contributions

  • Michael Rose (Xorlev)
  • Ian Fisher (i-taptera)
  • Scott Watermasysk (scottwater)

Copyright

Copyright (c) 2012 Brandon West

See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%