https://github.com/pacodw/distance_matrix
https://github.com/pacodw/distance_matrix
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacodw/distance_matrix
- Owner: PacoDw
- Created: 2021-01-11T17:40:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T17:49:41.000Z (over 5 years ago)
- Last Synced: 2025-02-03T11:30:15.386Z (over 1 year ago)
- Language: Go
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# distance_matrix
In order to run the program follow the next steps:
1- First you need to rename the .env(example) file to .env and fill the field `GOOGLE_API_KEY` that exist in this file.
1- Later you need to run the following command that will run the program.
```bash
$ go run main.go |& tee -i log.json
```