| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Ruby wrapper for the FullContact API
gem install fullcontact
http://rdoc.info/gems/fullcontact
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 (c) 2012 Brandon West
See LICENSE for details.
| Back | FazBrowse Home | New Git URL |