Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 706 Bytes

TapPlacementWeb

Screenshot 2019-04-01 at 21 28 04Screenshot 2019-04-02 at 08 39 28

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

Environments

Add the following file to /src/environments/

environment.prod.ts

export const environment = {
    production: true,
    googlemapsapikey: "KEY"
  };