Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Tests

To run tests, run the following command

```bash
python map.py
```