This project is a solution to the IP Address Tracker challenge from Frontend Mentor.
The IP Address Tracker allows users to track information about an IP address or domain. It provides details such as location, timezone, and ISP. The project integrates with the IPify API for geolocation data.
- IP and Domain Tracking: Enter an IP address or domain to get information about its location.
- Map Integration: View the location on an interactive map powered by LeafletJS.
You can see a live demo of the project here.
- HTML
- CSS
- JavaScript
- LeafletJS for maps
- Clone the repository:
git clone https://github.com/jonathanfunk/ip-address-tracker.git
- Open
index.html
in your preferred browser.
To use the IPify API, you need to sign up and get your API key. Add your API key to the script.js
file.
const API_KEY = 'your-api-key';