R/ipstack-package.R

#' Tools to Query 'IP' Address Information from the 'ipstack' 'API'
#'
#' `ipstack` (<https://ipstack.com/>) offers a powerful, real-time 'IP' to
#' geolocation 'API' capable of looking up accurate location data and
#' assessing security threats originating from risky 'IP' addresses. Tools
#' are provided to query the simple and bulk 'API' query endpoints.
#'
#' - URL: <https://gitlab.com/hrbrmstr/ipstack>
#' - BugReports: <https://gitlab.com/hrbrmstr/ipstack/issues>
#'
#' @md
#' @name ipstack
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import httr
#' @importFrom jsonlite fromJSON
NULL
hrbrmstr/ipstack documentation built on May 18, 2019, 2:35 a.m.