Skip to content

getting information about an ip address from the ipwhois api.

Notifications You must be signed in to change notification settings

Swag666baby/geoip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

installation

apt-get install git
git clone https://github.com/Swag666baby/geoip

compiling and running

to compile you will need clang installed on your machine and the curl and rapidjson libraries.

cd geoip
g++ main.cpp -o main -lcurl -lrapidjson
./main

or

just run

cd geoip
chmod +x main
./main

About

getting information about an ip address from the ipwhois api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages