A simple frontend created using Angular to demonstrate the following Hackathon project. The included API key has since been disabled.
https://devpost.com/software/tap-placement
Add the following file to /src/environments/
environment.prod.ts
export const environment = {
production: true,
googlemapsapikey: "KEY"
};