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-finder
Change directory to cloned repo
cd ip-finder
Install dependencies
npm install
Setup app environment
npm run app:setup
After 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:start
To contribute, fork this repo, write your contribution and submit a Pull Request.
MIT