/IP-Finder

A CLI tool for getting basic details from one's IP address

Primary LanguageJavaScriptMIT LicenseMIT

IP Address Finder

This program finds useful information about your Public IP Address on the internet

Installation 🛠

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

Contributions 🎉

To contribute, fork this repo, write your contribution and submit a Pull Request.

License

MIT