get-free-ip
v1.0.2
Published
The FreeIP Package is a revolutionary software solution that allows users to access and obtain free IP addresses effortlessly. Gone are the days of struggling to find available IP addresses or relying on expensive IP leasing services. With our package, yo
Downloads
12
Maintainers
Readme
My IP Package
A simple npm package to retrieve your IP address using the https://ip8.com/ API.
Installation
npm install get-free-ip
Usage
const getIP = require('get-free-ip');
getIP()
.then(ip => {
console.log('Retrieved IP address:', ip);
// Further usage of the IP address can be done here
})
.catch(error => {
console.error('Error retrieving IP:', error.message);
});
Running the above code will retrieve your IP address using the ip8.com API and provide it as a result. You can customize the code within the .then() block to handle the IP address as needed.
Contributing
https://ip8.com/
License
This project is released under the MIT License.
Free Software, Hell Yeah!
Author
Avinash Tare