Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-stoneuk/tap-placement-web
https://github.com/daniel-stoneuk/tap-placement-web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-stoneuk/tap-placement-web
- Owner: daniel-stoneuk
- Created: 2019-02-17T06:25:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T12:52:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T20:29:58.376Z (almost 2 years ago)
- Language: TypeScript
- Size: 421 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TapPlacementWeb
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"
};
```