get-ip-geolocation-from-api
v1.0.1
Published
Custom React Hook to get the coonected user Ip address
Downloads
4
Readme
get-ip-geolocation-from-api
Custom React Hook to get the coonected user Ip address:.
Installation
Using npm:
$ npm install --save get-ip-geolocation-from-api
To use it:
import useIp from "path/to/hooks/file";
// else where in your component
const {ip} = useIp();