https://github.com/kessler/maxmind-download
download maxmind databases
https://github.com/kessler/maxmind-download
Last synced: about 2 months ago
JSON representation
download maxmind databases
- Host: GitHub
- URL: https://github.com/kessler/maxmind-download
- Owner: kessler
- License: mit
- Created: 2015-05-04T13:08:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T18:44:38.000Z (almost 8 years ago)
- Last Synced: 2025-03-08T08:12:42.642Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maxmind-download
download stuff found in sources.json and extract them.
this tool is set to download geolite2 mmdb databases.
for older geolite databases use [version 1.x.x](https://github.com/kessler/maxmind-download/tree/v1.0.1)## Install
```
npm install -g maxmind-download
```## Usage
```
$ maxmind-download
```
download into *current directory/download*```
$ maxmind-download --target=/some/absolute/path
```
download into target (no download subdirectory)```
$ maxmind-download --silent=true
```
silent download, no output