Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-stoneuk/tap-placement-web


https://github.com/daniel-stoneuk/tap-placement-web

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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"
};
```