google-maps-experiments
Experimenting following tutorials at https://developers.google.com/maps/documentation/javascript/tutorials?authuser=7
Quick Start
- Get an API key for Google Maps.
- Enable Google Maps for your API key(!)
Troubleshooting information: https://stackoverflow.com/a/38056246/2176546
- Add your API key to the Google Maps
<script>tag inindex.html. - Enable billing on your Google Cloud Project.
https://console.cloud.google.com/project/_/billing/enable
- Start a simple HTTP server:
python3 -m http.server


Log in or sign up for Devpost to join the conversation.