🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

github.com/KSubedi/ip-geolocation-api-server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/KSubedi/ip-geolocation-api-server

v0.0.0-20160506000708-fb1ba2988d77
Source
Go
Version published
Created
Source

IP Locator API Server

This is a API server that will return information about any IP address using the maxmind geolocation database in JSON format.

Getting it running is simple, simply build it using the build script or using go build and run the binary. Then you can access the API at http://localhost:3000/v1/. You can also append an ip address or hostname to that URL to get information on those. You can also add ssl.cert and ssl.key files on the main binary path to enable SSL on port 3001.

FAQs

Package last updated on 06 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts