Skip to content

hchiam/learning-google-map-widget

Repository files navigation

Google Maps JavaScript API Sample Application

This sample is generated from @googlemaps/js-samples located at https://github.com/googlemaps/js-samples.

Setup

npm i
npm start  # development
npm run build  # production

The application is currently using the .env file to embed the API key in the HTML document. This is a temporary key and is not valid for production usage. It can be replaced by following these instructions to get an api key.

Feedback

For feedback related to this sample, please open a new issue on GitHub.