Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/map
MAP - Mobile Asset Positioning , Locates phone with the help of phone number in maps.
https://github.com/arun2002k/map
api folium-maps location opencage-geocoder phone-number python3
Last synced: about 1 month ago
JSON representation
MAP - Mobile Asset Positioning , Locates phone with the help of phone number in maps.
- Host: GitHub
- URL: https://github.com/arun2002k/map
- Owner: arun2002k
- Created: 2023-11-18T06:54:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T07:04:53.000Z (about 1 year ago)
- Last Synced: 2023-11-19T07:30:36.330Z (about 1 year ago)
- Topics: api, folium-maps, location, opencage-geocoder, phone-number, python3
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Asset Positioning
A simple python script which locates mobile location with phone number and display the location in the map.
## API Reference
#### Get API from
```http
https://opencagedata.com/
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |## Installation
Install python package with pip command in terminal or command prompt.
```bash
pip install phonenumbers
pip install opencage
pip install folium
```
## Running TestsTo run tests, run the following command
```bash
python map.py
```