#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.