Skip to content

Track the geolocation details of any IP address or domain with this web application.

Notifications You must be signed in to change notification settings

jonathanfunk/ip-address-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Address Tracker

This project is a solution to the IP Address Tracker challenge from Frontend Mentor.

Overview

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.

Features

  • 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.

Demo

You can see a live demo of the project here.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • LeafletJS for maps

Setup

  1. Clone the repository: git clone https://github.com/jonathanfunk/ip-address-tracker.git
  2. Open index.html in your preferred browser.

API Key

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';

About

Track the geolocation details of any IP address or domain with this web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published