@fyipedia/ipfyi
v0.1.0
Published
IP geolocation and ASN lookup API client — ipfyi.com. Zero dependencies.
Maintainers
Readme
ipfyi
IP geolocation and ASN lookup API client — ipfyi.com. Zero dependencies.
Install
npm install ipfyiQuick Start
import { IPFYI } from "ipfyi";
const client = new IPFYI();
const results = await client.search("cloudflare");
console.log(results);License
MIT
