Package: ZillowR
Title: R Interface to Zillow Real Estate and Mortgage Data API
Version: 1.0.0
Authors@R: 
    person("Justin", "Brantley", , "fascinatingfingers@icloud.com", role = c("aut", "cre"))
Description: Zillow, an online real estate company, provides real estate
    and mortgage data for the United States through a REST API. The
    ZillowR package provides an R function for each API service, making it
    easy to make API calls and process the response into convenient,
    R-friendly data structures.  See
    <https://www.zillow.com/howto/api/APIOverview.htm> for the Zillow API
    Documentation. NOTE: Zillow deprecated their API on 2021-09-30, and
    this package is now deprecated as a result.
License: GPL (>= 3)
URL: https://fascinatingfingers.gitlab.io/zillowr,
        https://gitlab.com/fascinatingfingers/zillowr
BugReports: https://gitlab.com/fascinatingfingers/zillowr/-/issues
Imports: methods, RCurl, XML
Suggests: covr, DT, knitr, mockery, rmarkdown, spelling, testthat,
        withr
Config/testthat/edition: 2
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-05-05 00:33:02 UTC; justi
Author: Justin Brantley [aut, cre]
Maintainer: Justin Brantley <fascinatingfingers@icloud.com>
Repository: CRAN
Date/Publication: 2022-05-05 02:10:02 UTC
Built: R 4.2.0; ; 2022-05-11 00:41:17 UTC; unix
