Skip to content

Web app that fetchs information such as (isp, location) about an ip address.

License

Notifications You must be signed in to change notification settings

terriblemoment0836x/ip_locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ip_locator

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

Screenshot:

Preview

Running it:

 git clone https://github.com/terriblemoment0836x/ip_locator.git
 cd ip_locator
 yarn add lite-server scss npm-run-all
 yarn run live

Setting your api key:

const API_KEY = ""; // put your API key here
const DEBUGGIN = false; // set DEBUGGIN to false

About

Web app that fetchs information such as (isp, location) about an ip address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published