Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 2.16 KB

README.md

File metadata and controls

34 lines (23 loc) · 2.16 KB

IP Address Tracker

Single page web application used to track IP address and its location. To get the IP Address locations, it is using the IP Geolocation API by IPify. It generates the live location on map.

The site is live at : https://trackmyip.netlify.app/

Track IP

Tech Stack

LeafletJS is the leading open-source JavaScript library for mobile-friendly interactive maps.

IPify API is a simple public IP address API.

OpenStreetMap is a free wiki world map, an open volunteer-driven initiative to collaboratively create a map of the world, and release the map data under a free and open license.

Optimizations

While improve this project, I would start by implementing the following features -

  1. Adding domain name tracker
  2. List of famous sites for users to search

Lessons Learned

I learned the basics of IP and Domain Name System and the how the data packets get transferred on the Internet. I learned how to integrate OpenStreetMap API and IPify API to get the user's IP Address and map it according to the location. I learned about API management and how the API serves a request and how can it help in improving businesses.