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
- Host: GitHub
- URL: https://github.com/softvisio-node/geoip-city
- Owner: softvisio-node
- Created: 2023-07-02T09:11:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:18:29.000Z (over 1 year ago)
- Last Synced: 2024-12-04T23:22:08.822Z (over 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 );
```