Skip to content

🏡 Updated Ruby library to access the Zillow API

License

Notifications You must be signed in to change notification settings

heyspacetime/rubillow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubillow

Rubillow is a ruby library to access the Zillow API.

Supports all of the API methods, with real ruby classes returned for each call.

Installing

gem install rubillow

or add the following to your Gemfile:

gem "rubillow"

Examples

Adding setup into an initializer:

Rubillow.configure do |configuration|
  configuration.zwsid = "abcd1234"
end

Getting property Zestimate:

property = Rubillow::HomeValuation.zestimate({ :zpid => '48749425' })
if property.success?
  puts property.price
end

Documentation

You should find the documentation for your version of Rubillow on Rubygems.

More Information

Build & Dependency Status

Gem Version Build Status Dependency Status Code Climate Coverage Status

License

Rubillow uses the MIT license. See LICENSE for more details.

About

🏡 Updated Ruby library to access the Zillow API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%