mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
* adding descriptions * fix title * add geocoding * update location readme * update places api * update posts readme * update routing * update users
27 lines
375 B
Markdown
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 .
|
|
```
|