Open Source Realtime Live Map for Geo Smart System
Go to file
dependabot[bot] a3549291a4
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 14:08:46 +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 lodash from 4.17.15 to 4.17.19 2020-07-18 14:08:46 +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 )