Function getUserGeodata

  • Looks up geolocation data for a given IP address.

    Parameters

    • ip: string

      IP address to resolve.

    Returns Promise<any>

    A promise resolving to the geolocation payload (or {} when ip is falsy).

Generated using TypeDoc