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

https://github.com/munirapp/gmap-locator

get google maps location of latitude and longitude just from location name
https://github.com/munirapp/gmap-locator

Last synced: 17 days ago
JSON representation

get google maps location of latitude and longitude just from location name

Awesome Lists containing this project

README

        

# 🗺️ gmap-locator



npm version


gmap-locator is released under the MIT license.

Get google maps location of latitude and longitude just from location name. The latitude dan longitude scraped from [Google Maps](https://www.google.co.id/maps) with [Puppeteer](https://pptr.dev/).

## Get Started
Install via npm globally:
```
npm i -g gmap-locator
```
## Basic Usage
```
gmap-locator [INPUT_ARGUMENTS] [INPUT_FILEPATH] [OUTPUT_ARGUMENTS] [OUTPUT_FILEPATH]
```
example commands
```
gmap-locator -i countries.csv -o output.csv
```
> Note: input and output only support with format `.csv` or `.json`
## License
[MIT](https://opensource.org/licenses/MIT)