IP INFO is a web application that provides information about time, location, network, and weather, based only on the user's IP address.
- Time: Display current time based on the user's timezone.
- Location: Show approximate location with latitude and longitude coordinates.
- Map: Interactive map displaying the approximate location.
- Weather: Fetch real-time weather information including temperature and weather condition.
- Network Latency: Measure network latency (ping) to the server.
- HTML
- CSS
- JavaScript
- Leaflet.js for interactive maps
- ipapi for IP-based geolocation
- OpenWeatherMap API for weather data
- ping.js for network latency measurement