ipless
Version:
IPLess client for Nodejs and browsers
37 lines (25 loc) • 558 B
Markdown
> IPLess client for Nodejs and browsers written in Typescript
You can use this package by running the bellow command
```bash
yarn add ipless
npm install ipless
```
```javascript
import { lookup } from "ipless";
async function getIP() {
const response = await lookup({
token: "" // Required token
// Options
});
console.log(response);
}
```
Supported options
MIT © [APILess](https://getapiless.com/), see [LICENSE.md](LICENSE.md) for details.