Skip to content

flpfrnc/zipcode_geolocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published