0.0.1 • Published 5 years ago

ipless v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.