README.md

# Zillow

** This will fetch Information From Zillow about a given address **

[![Build Status](https://travis-ci.org/mithereal/elixir-zillow.svg?branch=master)](https://travis-ci.org/mithereal/elixir-zillow)

[![Inline docs](http://inch-ci.org/github/mithereal/elixir-zillow.svg)](http://inch-ci.org/github/mithereal/elixir-zillow)

## Installation

[available in Hex](https://hex.pm/packages/zillow), the package can be installed
by adding `zillow` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:zillow, "~> 2.0.0"}]
end
```