ipless

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i ipless

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

11.6 kB

Total Files

8

Last publish

Collaborators

  • roanvanbao