Skip to content

cengel/r_IPgeocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

r_IPgeocode

Geocodes emails based on the email domain IP address. This example uses emails of CRAN package maintainers.

Ot geocode the IP adresses I use freegeoip which I set up locally in less than 2 minutes:

  1. Download binary
  2. Go to terminal window, change into directory where it is unzipped
  3. Launch with: ./freegeoip`
  4. Test in another terminal window with: curl localhost:8080/json/1.2.3.4
  5. ..now throw your IPs at it!

A map of all the geocoded hosts:

host map

About

Geocode emails, based on domain IP address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages