Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallpaes/google-map-api-practice-geocoding
Built with Vue.js and Google Map API, and is used to practice utilizing geocoding service to convert an address into geographic coordinates
https://github.com/smallpaes/google-map-api-practice-geocoding
geocoding-services google-maps-api maps vuejs2
Last synced: 24 days ago
JSON representation
Built with Vue.js and Google Map API, and is used to practice utilizing geocoding service to convert an address into geographic coordinates
- Host: GitHub
- URL: https://github.com/smallpaes/google-map-api-practice-geocoding
- Owner: smallpaes
- Created: 2019-10-11T14:17:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:32:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T02:21:22.145Z (over 1 year ago)
- Topics: geocoding-services, google-maps-api, maps, vuejs2
- Language: Vue
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Api Practice: Geocoding
This project is built with Vue.js and Google Map API, and is used to:
1. Practice utilizing geocoding service to convert an address into geographic coordinates
2. Practice using the geographic coordinates to generate a Google map with market and info window## Project First Look
![Project First Look](GoogleChrome-google_api_practice.gif)
## Project setup
### CloneClone this repository to your local machine
```
$ git clone https://github.com/smallpaes/google-map-api-practice-geocoding.git
```### Setup App
**1. Enter the project folder**```
$ cd google-map-api-practice-geocoding
```**2. Install packages via npm**
```
$ npm install
```**3. Place Google Map Project API Key**
> /public/index.html```
```
**4. Compiles and hot-reloads for development**
```
$ npm run serve
```___
## Authors
- [Mike Huang](https://github.com/smallpaes)