Skip to content

ManojINaik/IPCAPTURE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP CAPTURE - IP Address Tracker

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.

Features

  • 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

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Leaflet.js for maps
  • IPify API for IP geolocation

Setup

  1. Clone the repository
  2. 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';
  1. Open index.html in your browser

API Keys Required

Live Demo

Visit the live demo: IP CAPTURE

License

MIT License

Releases

No releases published

Packages

No packages published