Open Source Realtime Live Map for Geo Smart System
Go to file
dependabot[bot] 17bd9728aa
Bump elliptic from 6.5.1 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 00:27:12 +00: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 Bump elliptic from 6.5.1 to 6.5.3 2020-08-01 00:27:12 +00: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 )