Skip to content

Releases: VishwaiOSDev/IP2GeoVapor

0.1.1

18 Feb 16:00
e416b1c

Choose a tag to compare

Release: IP2GeoVapor now available for public use

We are excited to announce the public release of IP2GeoVapor, a Vapor API that provides geographical information for IP addresses. With this API, you can easily fetch the country, region, city, and currency of any IP address.

The API is available at https://iplookup.madrasvalley.com/json/<ip-address>. Simply replace <ip-address> with the IP address you want to lookup, and you will get a JSON response with the requested information.

For example, if you want to lookup the IP address 8.8.8.8, you can send a GET request to https://iplookup.madrasvalley.com/json/8.8.8.8, and you will receive a JSON response similar to the following:

{
  "status": true,
  "country": "United States",
  "countryCode": "US",
  "regionName": "California",
  "city": "Mountain View",
  "query": "8.8.8.8",
  "currency": "USD"
}

0.1.0

17 Feb 07:54
f77417b

Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.1.0

0.0.2

06 Feb 07:03
ae9a3b9

Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

IP2GeoVapor

30 Jan 15:33
8a1f2ae

Choose a tag to compare

We are proud to announce the release of IP2GeoVapor, a lightweight and fast Swift package for retrieving information about a client's IP address. This package is built using Vapor 4, a popular web framework for building server-side applications in Swift.

With IP2GeoVapor, you can quickly and easily get information about a client's location, including country, region, city, and more. The package uses a combination of internal data structures and external APIs to provide accurate and up-to-date information about a client's IP address.

This release features various bug fixes and improvements to the existing functionality, making IP2GeoVapor even more reliable and user-friendly. We have also added comprehensive documentation and example code to help you get started with the package.

We hope that this package will be helpful for your next project. As always, feel free to open an issue on GitHub if you have any questions or feedback.

Thank you for using IP2GeoVapor!