watercubz / ip-application

Home Page:https://ip-application.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP-APPLCATION

"IP Application" is a project that allows users to query and retrieve detailed information about specific IP addresses. Users can input an IP address through a user interface, and, via the application, they will receive geographic data, such as the country, region, and city associated with that IP address. The project utilizes a geolocation service and a third-party API to retrieve and present this information in an easy and accessible manner.

Acknowledgements

Installation

Install ip-application with git

  git clone https://ip-application
  cd api-application

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/json/${ip}
Parameter Type Description
id string Required. Id of item to fetch

Authors

Feedback

If you have any feedback, please reach out to us at eurysosagarcia@gmail.com

Support

For support, email eurysosagarcia@gmail.com or join our Slack channel.

Optimizations

What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility

License

MIT

About

https://ip-application.netlify.app/


Languages

Language:HTML 69.6%Language:JavaScript 26.4%Language:CSS 4.0%