implement visualcrossing.com weather API (backend)
This commit is contained in:
@ -33,4 +33,12 @@ export SENDER_EMAIL=
|
||||
# export STATICMAP_SUBDOMAINS=
|
||||
# export MAP_ATTRIBUTION=
|
||||
# export DEFAULT_STATICMAP=False
|
||||
|
||||
# Define one of the following API key values to lookup weather conditions
|
||||
# for the start and end of each workout:
|
||||
|
||||
# DarkSky weather API key (deprecated):
|
||||
# export WEATHER_API_KEY=
|
||||
|
||||
# VisualCrossing.com weather API key:
|
||||
# export VC_WEATHER_API_KEY=
|
||||
|
Reference in New Issue
Block a user