Skip to content

getiptrace/iptrace-node

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Nodejs client for iptrace web-service API to determine location of visitors based on their IP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published