Skip to content

Commit

Permalink
document PIRATE_WEATHER_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
kejadlen committed May 27, 2021
1 parent 14262e5 commit 058285f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Download and install the [workflow][download].
These environment variables can be [configured in Alfred][env-vars]:

- `PIRATE_WEATHER_API_KEY`: Get an API key [here][pirate-weather-api-key].
- `PIRATE_WEATHER_ENDPOINT`: Set to `api.darksky.net` to use Dark Sky (until
the API is deprecated).
- `GOOGLE_API_KEY`: Get an API key [here][google-api-key]. (Used for geocoding
queries. *This can be omitted if you only want the forecast for the current
location*.)
Expand Down
2 changes: 2 additions & 0 deletions workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ fi</string>
</array>
<key>readme</key>
<string>- `PIRATE_WEATHER_API_KEY`: Get an API key [here][pirate-weather-api-key].
- `PIRATE_WEATHER_ENDPOINT`: Set to `api.darksky.net` to use Dark Sky (until
the API is deprecated).
- `GOOGLE_API_KEY`: Get an API key [here][google-api-key]. (Used for geocoding
queries. *This can be omitted if you only want the forecast for the current
location*.)
Expand Down

0 comments on commit 058285f

Please sign in to comment.