Files
services/location/README.md
Asim Aslam 42370d50f3 Descriptions (#42)
* adding descriptions

* fix title

* add geocoding

* update location readme

* update places api

* update posts readme

* update routing

* update users
2021-01-20 10:02:06 +00:00

27 lines
375 B
Markdown

Real time GPS location tracking and search
# Location Service
Send, store and search real time gps point data and tracking info using the location API.
Build powerful map rendered views with up to the second updated points on the map.
Generated with
```
micro new location
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```