1.0.2 • Published 5 years ago

iptrace.io v1.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago