Setup

Zirrow is a Zillow API implementation written in Ruby designed to self document in this Sinatra app. To use some of the samples below, request a Zillow Api key, paste it in the “Your Key” input above and then instantiate a basic Zirrow object:

require './Zirrow'
@z = Zirrow.new :key => 'Your Key'

Methods