This program finds useful information about your Public IP Address on the internet
Clone this repository
git clone https://github.com/iamwebwiz/IP-Finder.git ip-finderChange directory to cloned repo
cd ip-finderInstall dependencies
npm installSetup app environment
npm run app:setupAfter setting up the app environment, open the .env file generated in
your app and fill the value of API_KEY with the key gotten from IPStack
Start the application
npm run app:startTo contribute, fork this repo, write your contribution and submit a Pull Request.
MIT