Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 838 Bytes

File metadata and controls

26 lines (16 loc) · 838 Bytes

zipcode_geolocalization

This project was made as an intent of study of how to integrate with Google Maps API

You can set up your own changes of this project by following the steps bellow:

# Clone the repository
$ git clone https://github.com/flpfrnc/zipcode_geolocalization.git

# Access the project folder
$ cd zipcode_geolocalization

# Install all dependencies
$ npm install

# Execute script "dev"
$ npm run dev

# The project will be running on port: 3000 by accessing http://localhost:3000

As a reminder* You should create a register to manage the apis at https://cloud.google.com/apis

  • Also remember to create an environment variable called: VITE_GOOGLE_API_KEY as the google api key needed to run the map instance, and also make the request to return the zipcode info