Skip to content

Locate IP addresses with ip-api

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

clessn/locateip

Repository files navigation

locateip

R-CMD-check Codecov test coverage

The goal of locateip is to locate IP addresses using ip-api.com

Installation

For the most recent version, on CRAN:

install.packages("locateip")

You can install the development version of locateip from GitHub:

# install.packages("devtools")
devtools::install_github("clessn/locateip")

Example

library(locateip)

locate_ip("132.203.167.188", fields = c("status,message,country,city"))
#> # A tibble: 1 × 3
#>   status  country city  
#>   <chr>   <chr>   <chr> 
#> 1 success Canada  Québec

Usage

ip-api is free for non-commercial use.

For API documentation and terms of service, see ip-api.com.

About

Locate IP addresses with ip-api

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages