UNPKG

ipless

Version:

IPLess client for Nodejs and browsers

37 lines (25 loc) 558 B
# node-ipless > IPLess client for Nodejs and browsers written in Typescript ## Installation You can use this package by running the bellow command ```bash yarn add ipless # or npm install ipless ``` ## Usage ```javascript 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](https://getapiless.com/), see [LICENSE.md](LICENSE.md) for details.