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
- Host: GitHub
- URL: https://github.com/munirapp/gmap-locator
- Owner: munirapp
- License: mit
- Created: 2023-01-11T10:13:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T18:42:19.000Z (over 2 years ago)
- Last Synced: 2025-05-12T12:12:15.310Z (17 days ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🗺️ gmap-locator
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)