Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 566 Bytes

readme.md

File metadata and controls

34 lines (23 loc) · 566 Bytes

GeoIP-Service

Examples on how to do IP to Location Details

Example

See code example in the server folder.

Setup

Install/Build

yarn

Start Server

node app.js

API

curl https://geoip.samagra.io/city/128.101.101.101

Works with both ipv4 and ipv6.

Notes

DB will remain updated automatically. Please create a ticket if you see some issues.

Contribution Guide

  1. Please consider issues up from grabs.
  2. It will only be assigned with a PR.