Open Source Realtime Live Map for Geo Smart System
Go to file
Supan Adit Pratama 8715c3b971 Change favicon
2020-07-08 20:04:54 +07:00
e2e initial commit 2019-10-18 21:32:41 +07:00
src Change favicon 2020-07-08 20:04:54 +07:00
.editorconfig initial commit 2019-10-18 21:32:41 +07:00
.gitignore initial commit 2019-10-18 21:32:41 +07:00
angular.json Change favicon 2020-07-08 20:04:54 +07:00
browserslist initial commit 2019-10-18 21:32:41 +07:00
karma.conf.js initial commit 2019-10-18 21:32:41 +07:00
LICENSE Create LICENSE 2020-01-12 08:37:54 +07:00
package-lock.json Integrate with new API, Pulse animation marker 2020-01-04 09:01:18 +07:00
package.json Integrate with new API, Pulse animation marker 2020-01-04 09:01:18 +07:00
README.md Update README.md 2020-07-08 12:35:52 +07:00
tsconfig.app.json initial commit 2019-10-18 21:32:41 +07:00
tsconfig.json initial commit 2019-10-18 21:32:41 +07:00
tsconfig.spec.json initial commit 2019-10-18 21:32:41 +07:00
tslint.json initial commit 2019-10-18 21:32:41 +07:00

Show Case

GEO Smart Map

This is the Front End Application which is the Live Map for Geo Smart System

Requirements

  • NPM
  • Angular

Quick Start

  • Clone this repository
  • Install Angular as global if don't have it npm install -g @angular/cli
  • npm install
  • Set backend connection at src/environment environment.prod.ts and environment.ts
  • Run ng serve

Todo

  • Integration With Geo Smart System ( OK )
  • Get Data From Geo Smart System by Service ( OK )