Início Profile Projeto
Avatar de

Octavio Garcia

ip-address-tracker

IP Address Tracker

This repository contains the code for a simple IP address tracker built with HTML, CSS, and JavaScript. The tracker uses the IP Geolocation API by IPify to retrieve information about the IP address entered by the user, including the location and ISP.

Usage

To use this tracker in your web application, follow these steps:

  1. Clone this repository: git clone https://github.com/oc-garcia/ip-address-tracker.git
  2. Obtain an API key from IPify.
  3. Open the script.js file and replace YOUR_API_KEY with your actual API key.
  4. Open the index.html file in your web browser.
  5. Enter an IP address to track and view the location and ISP information.

Demo

A demo of the tracker is available at https://oc-garcia.github.io/ip-address-tracker/.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project Image