GeoTracker is a React-based web application that uses the user's IP address to display their geolocation information on a card. The application relies on two third-party APIs, ipwhois.io and ipify.org, to retrieve the user's IP address and geolocation information.
To install and run GeoTracker on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/mazyaryousefinia/geo-tracker
- Install dependencies:
npm install
- Start the application:
npm start
After starting the application, you should see a card displaying your IP address and geolocation information, including your city, country, and latitude/longitude coordinates.
If you would like to contribute to GeoTracker, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
GeoTracker relies on the following third-party APIs:
Thanks to these services for providing the necessary IP geolocation data for GeoTracker.