IPesto is a simple web application that allows users to perform free basic IP address lookups. It uses the ipstack API to retrieve geolocation and network data for a given IP address.
- Validate IP address input
- Fetch and display geolocation data
- Show network information
- Simple and responsive user interface
- PHP 7.0 or higher
- Web server (e.g., Apache, Nginx)
- ipstack API key
- Clone this repository to your web server's document root.
- Obtain an API key from ipstack.
- Replace the
$accessKey
variable inindex.php
with your API key. - Ensure the web server has write permissions for the directory.
- Navigate to the application URL in your web browser.
- Enter a valid IP address in the input field.
- Click "Submit" to view the IP address information.
This project is open-source and available under the MIT License.
Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.
Magrid0 with some help from chatGPT and codyAI