Skip to content
/ IPesto Public

IPesto: A simple PHP web application for free IP address lookups using the ipstack API.

License

Notifications You must be signed in to change notification settings

Magrid0/IPesto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPesto - Free IP Lookup

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.

Features

  • Validate IP address input
  • Fetch and display geolocation data
  • Show network information
  • Simple and responsive user interface

Requirements

  • PHP 7.0 or higher
  • Web server (e.g., Apache, Nginx)
  • ipstack API key

Installation

  1. Clone this repository to your web server's document root.
  2. Obtain an API key from ipstack.
  3. Replace the $accessKey variable in index.php with your API key.
  4. Ensure the web server has write permissions for the directory.

Usage

  1. Navigate to the application URL in your web browser.
  2. Enter a valid IP address in the input field.
  3. Click "Submit" to view the IP address information.

License

This project is open-source and available under the MIT License.

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.

Author

Magrid0 with some help from chatGPT and codyAI

About

IPesto: A simple PHP web application for free IP address lookups using the ipstack API.

Topics

Resources

License

Stars

Watchers

Forks