maxmind : IP lookup using Maxmind databases. You can installing maxmind npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install maxmind $ sudo npm install -g maxmind
If want to update the maxmind package execute the command as below,
$ sudo npm update maxmind
Update package globally,
$ npm install -g maxmind
$ sudo git clone https://github.com/rektide/maxmind.git
$ sudo npm install -g ./maxmind
maxmind@2.3.0 /usr/lib/node_modules/maxmind
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall maxmind
Package Name | maxmind |
Version | 2.3.0 |
Description | IP lookup using Maxmind databases |
Released Date | 2017-10-24T04:05:54.653Z |
Published by | runk |
How to Learn | https://www.npmjs.com/package/maxmind/tutorial |