1.0.1 • Published 3 years ago
fetchip v1.0.1
fetch ip
The fetchip package is a helpful function which you call to retrieve your computers IP address
How to use it:
import fetchip from 'fetchip';
let ip = await fetchip();
import fetchip from 'fetchip';
let ip = await fetchip();