An open API service indexing awesome lists of open source software.

https://github.com/menoc61/ip-address-locator-master


https://github.com/menoc61/ip-address-locator-master

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# PhoneInfoGet

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/shaikhsajid1111/ip-address-locator/graphs/commit-activity)
[![Python 3.7.6](https://img.shields.io/badge/python-3.7.6-blue.svg)](https://www.python.org/downloads/release/python-376/)

**Search IP Address along with location on Google Map**

![Screenshot](screenshot/capture.png)

#installation Guide
- Download and install the lastest python version
- python.exe -m pip install --upgrade pip
- pip install -r requirement.txt
- python -m django --version
- python manage.py runserver

# Features
- Finds IP address
- Provide IP address details with current location which includes Longtitude, latitude,city,country etc.
- Provide location on Google map
- Provide details of the city

# Tech

This project uses various other open source project to work properly.
[Python](https://www.python.org) - Source language

[Geocoder](https://pypi.org/project/geocoder/) - To Detect IP address

[Wikipedia](https://pypi.org/project/wikipedia/) - To provide city details from wikipedia

[Django](https://www.djangoproject.com/) - Backend

[Bootstrap](https://getbootstrap.com/) - For Responsive UI

[Maps Embed API](https://console.cloud.google.com/marketplace/details/google/maps-embed-backend.googleapis.com) - For showing location on google map
# LICENSE
**MIT License**