Files

33 lines
561 B
Markdown
Raw Permalink Normal View History

## Traffic information
* `GOOGLE_API_KEY` - API key with access to Distance API. Note: Distance Matrix API sounds useful,
but does *not* allow intermediate waypoints, which is essential to provide info on alternate routes.
* `TRAFFIC_FROM`
* `TRAFFIC_1_THROUGH` - single intermediary point, route option 2
* `TRAFFIC_2_THROUGH` - single intermediary point, route option 2
* `TRAFFIC_TO`
## Air information
* `AIRLY_API_KEY`
* `LATITUDE`
* `LONGITUDE`
## Weather information
2022-01-15 15:07:10 +01:00
* `OPENWEATHERMAP_API_KEY` - OWM API key
* `LATITUDE`
* `LONGITUDE`