Package: RClimacell
Title: R Wrapper for the 'Climacell' API
Version: 0.1.0
Authors@R: 
    person(given = "Nikhil",
           family = "Agarwal",
           role = c("aut", "cre"),
           email = "gitnik@niks.me",
           comment = c(ORCID = "0000-0003-1470-7472"))
Description: 'Climacell' is a weather platform that provides hyper-local forecasts and weather 
    data. This package enables the user to query the core layers of the 
    time line interface of the 'Climacell' v4 API <https://www.climacell.co/weather-api/>. 
    This package requires a valid API key. See vignettes for instructions on use.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: dplyr (>= 1.0.0), magrittr (>= 2.0.1), stringr (>= 1.4.0),
        tibble (>= 3.0.6), httr (>= 1.4.2), lubridate (>= 1.7.9.2),
        rlang (>= 0.4.10), parsedate (>= 1.2.0)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-02-10 20:08:50 UTC; nikhil
Author: Nikhil Agarwal [aut, cre] (<https://orcid.org/0000-0003-1470-7472>)
Maintainer: Nikhil Agarwal <gitnik@niks.me>
Repository: CRAN
Date/Publication: 2021-02-15 09:20:06 UTC
