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

https://github.com/darkstarbdx/giplocator1.0

Location Tracker with Google Map Link - v1.0
https://github.com/darkstarbdx/giplocator1.0

Last synced: about 2 months ago
JSON representation

Location Tracker with Google Map Link - v1.0

Awesome Lists containing this project

README

        

# Location Tracker with Google Map Link - v1.0

Installation:

# Termux

```
pkg install git

git clone https://github.com/darkstarbdx/GIPLocator1.0

cd GIPLocator1.0

chmod +x ipl.py

python3 ipl.py

```
# Linux

```
sudo apt-get update

sudo apt-get install git

sudo git clone https://github.com/darkstarbdx/GIPLocator1.0

cd GIPLocator1.0

sudo chmod +x ipl.py

sudo python3 ipl.py

```