mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
move out config readme
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Point to point routing directions
|
||||
Etas, routes and turn by turn directions
|
||||
|
||||
# Routing Service
|
||||
|
||||
The routing service provides point to point directions
|
||||
The routing service provides etas, gps routes and turn by turn directions.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -10,10 +10,3 @@ The routing service provides point to point directions
|
||||
- **ETAs** - Estimated time of arrival from origin to destination
|
||||
- **Routes** - GPS point based routes with distance and duration
|
||||
|
||||
## Config
|
||||
|
||||
The following config must be set
|
||||
|
||||
- **routing.provider**: "google" or "osrm"
|
||||
- **routing.address"**: location of osrm api if used
|
||||
- **google.apikey**: google maps api key if using google
|
||||
|
||||
7
routing/config.md
Normal file
7
routing/config.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Config
|
||||
|
||||
The following config must be set:
|
||||
|
||||
- **routing.provider**: "google" or "osrm"
|
||||
- **routing.address"**: location of osrm api if used
|
||||
- **google.apikey**: google maps api key if using google
|
||||
Reference in New Issue
Block a user