Zillow Api v0.2.1 Zillow View Source
This module is responsible for retrieving data from zillow.
Link to this section Summary
Functions
fetch the number of rooms and sqft from zillow return a json string using default data returned from google maps api as input
Link to this section Functions
fetch the number of rooms and sqft from zillow return a json string using default data returned from google maps api as input.
## Examples
iex> Zillow.fetch(%{"address" => address, "route" => route, "locality" => locality, "area" => area})
%{bathrooms: 5, total_rooms: 5, sq_ft: 1200 }