/ip-lookup

Spring Boot Web Application for ip address lookup using MaxMind GeoIP2 and GMaps.js for UI

Primary LanguageJavaScript

IP Lookup - Build Status

Spring Boot Web Application for ip address lookup using MaxMind GeoIP2 and GMaps.js for UI

Service API

Response Method Path Description
CityResponse GET /api/location Returns CityResponse based in the IP from the request
CityResponse GET /api/location/{ipAddress} Returns CityResponse based in the given IP

Web UI

Web UI

Installation

  • Clone this project
git clone https://github.com/adaofeliz/ip-lookup.git ip-lookup
  • Start Up the Application
cd ip-lookup
mvn clean install
java -jar target/ip-lookup.war

Try it