iptrace.io

1.0.2 • Public • Published

iptrace node library

client library for iptrace

Installation

yarn add iptrace.io

usage

Get ip info:

const iptrace = require("./package/dist/index");
 
const main = async () => {
  const iptraceClient = new iptrace.Client("api key here");
 
  const response = await iptraceClient.Ipinfo.getIpInfo("ip here");
  console.log(response);
};

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i iptrace.io

Homepage

iptrace.io

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

6.05 kB

Total Files

4

Last publish

Collaborators

  • pushbots