GeoIntel is a web-based IP lookup tool that provides detailed geographical insights about an IP address. It fetches real-time data, including country, city, ISP, and coordinates, using IP-API. Built for efficiency, it features a sleek UI with dark mode support.
- Try a Random IP: Quickly test geolocation data with a random IP lookup.
- Dark Mode: Comfortable viewing experience in low-light environments.
- Interactive Map: Integrated with OpenStreetMap for real-time visualization.
- Google Maps Link: Get more detailed location insights with a direct link.
- Real-Time Search: Responsive, user-friendly interface for instant results.
Ensure you have the following before running GeoIntel:
- Docker installed (Get Docker)
- An active internet connection (for fetching IP geolocation data)
To pull and run GeoIntel using Docker, execute:
docker pull iqlip/geointel:latest
sudo docker run -p 4173:4173 iqlip/geointel:latest
Once the container is running, open your browser and visit:
http://localhost:4173
This project uses the following services:
- IP-API for IP geolocation data.
- OpenStreetMap for mapping and visualization.
A huge thanks to these services for providing free and valuable APIs! 🙌
GitHub: https://github.com/iqlipx
Portfolio: https://iqlip.vercel.app