ralucas / node-zillow

Node wrapper for Zillow API
https://ralucas.github.io/node-zillow
MIT License
70 stars 27 forks source link

Added reviews api #19

Open james-geiger opened 6 years ago

james-geiger commented 6 years ago

Zillow has added the ability to get individual agent reviews from their API, which would be helpful to developers when creating real estate sites and want a quick/easy way to add review functionality.

ralucas commented 6 years ago

Thanks for this. Let me look into why it's failing tests, but I suspect it may be some old version stuff. I'll try to get this in as soon as I figure that out.

ralucas commented 6 years ago

@james-geiger I've updated the master branch and published a new version. Do you want to go ahead and merge your branch with master and retry a PR? Thanks.