Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rubillow_current

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rubillow_current

  • 0.0.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Home Valuation API

Neighborhood Data

Mortgage API

Property Details API

Postings API

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.

FAQs

Package last updated on 05 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc