An open API service indexing awesome lists of open source software.

https://github.com/softvisio-node/geoip-city

GeoIP city
https://github.com/softvisio-node/geoip-city

Last synced: over 1 year ago
JSON representation

GeoIP city

Awesome Lists containing this project

README

          

> :information_source: Please, see the full project documentation here:

# Introduction

Maxmind `GeoIP2 City` database.

Database is updated automatically every 4 hours during the process runtime.

## Install

```sh
npm install @softvisio/geoip-city
```

## Usage

```javascript
import geiipCity from "@softvisio/geoip-city";

const res = geiipCity.get( ipAddress );
```