1.0.4 • Published 1 year ago

ip-geo-lookup v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Installation

You can install the ip lookup module using npm:

npm install ip-geo-lookup

Usage

To use the typer-effect module in your Node.js project, you can import the module like this:

const lookup = require('ip-geo-lookup');

You can then call the lookup function with the host to lookup the location:

lookup('example.com', (err, result) => {
    if (err) {
      console.error(err);
    } else {
      console.log(result);
    }
  });

Example

Here's an example of how you can use the ip lookup module to lookup the location of an ip or domain:

const { lookup } = require('./lookup.js');

lookup('example.com', (err, result) => {
    if (err) {
      console.error(err);
    } else {
      console.log(result);
    }
  });
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago