Web app that fetchs information such as (isp, location) about an ip address (a frontendmentor challenge).
Live version: geoip-github.vercel.app
Solution page https://www.frontendmentor.io/solutions/ip-address-tracker-GlFe9DE6Xg
git clone https://github.com/terriblemoment0836x/ip_locator.git
cd ip_locator
yarn add lite-server scss npm-run-all
yarn run live
- Get an api key from ipify.
- Edit the two first lines of src/main.js
const API_KEY = ""; // put your API key here
const DEBUGGIN = false; // set DEBUGGIN to false