ipless
v0.0.1
Published
IPLess client for Nodejs and browsers
Downloads
3
Maintainers
Readme
node-ipless
IPLess client for Nodejs and browsers written in Typescript
Installation
You can use this package by running the bellow command
yarn add ipless
# or
npm install ipless
Usage
import { lookup } from "ipless";
async function getIP() {
const response = await lookup({
token: "" // Required token
// Options
});
console.log(response);
}
Supported options
Documentation
Questions?
License
MIT © APILess, see LICENSE.md for details.