iptrace.io
v1.0.2
Published
iptrace.io library: Locate your users, enrich their experiences, prevent fraud, ensure compliance, and so much more.
Downloads
2
Readme
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.