ip-api.js

0.0.1 • Public • Published

ip-api.js

Documentation: Here

Installation

Version

# npm 
npm i ip-api.js
 
# yarn 
yarn add ip-api.js

Basic Usage

const IPClient = require('ip-api.js');
const IP = new IPClient();
 
(async() => {
  const result = await IP.find('127.0.0.1'); // example ip
  console.log(result);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i ip-api.js

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

12.6 kB

Total Files

5

Last publish

Collaborators

  • hanspro