Skip to content

getiptrace/iptrace-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors 3

  •  
  •  
  •