A modern web application that allows users to track and get detailed information about any IP address or domain. Built with HTML, CSS, and JavaScript.
- Track any IP address or domain
- View location on an interactive map
- Get detailed information including:
- IP Address
- Location (City, Region, Country)
- Timezone
- ISP
- Share results via WhatsApp or Gmail
- Responsive design for all devices
- User authentication system
- HTML5
- CSS3
- JavaScript (ES6+)
- Leaflet.js for maps
- IPify API for IP geolocation
- Clone the repository
- Create a
config.js
file in the root directory with your API keys:
export const IPIFY_API_KEY = 'your_ipify_api_key';
export const IPGEOLOCATION_API_KEY = 'your_ipgeolocation_api_key';
- Open
index.html
in your browser
- Get your IPify API key from IPify
- Get your IPGeolocation API key from IPGeolocation
Visit the live demo: IP CAPTURE
MIT License