1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial/settings.tid

25 lines
1023 B
Plaintext
Raw Permalink Normal View History

title: $:/plugins/tiddlywiki/geospatial/settings
! Geospatial Plugin Settings
This plugin runs entirely in the browser, with no backend server component. A consequence of this design is that the API keys required to access external services must be obtained by the end user. These keys are stored in the browser and so only need to be set up once.
2023-01-30 08:57:30 +00:00
!! ~TravelTime API key
# Register for a free account at https://traveltime.com/
# Visit https://account.traveltime.com/dashboard
# Copy and paste the values labelled "Application ID" and "Secret Keys" into the boxes below
~TravelTime Application ID: <$password name="traveltime-application-id"/>
~TravelTime Secret Key: <$password name="traveltime-secret-key"/>
2023-01-30 08:57:30 +00:00
!! Flickr API Key
# Register for a free account at https://flickr.com/
# Visit https://www.flickr.com/services/apps/create/apply and complete the procedure for the appropriate key
#* The
# Copy and paste the value labelled "API Key" into the box below
Flickr API Key: <$password name="flickr-api-key"/>