Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 677 Bytes

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 run dev  # 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.