blob: fa30879eb305f902cdf5d30dcab59d25d6c2a6db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copy to ~/.config/udt/weather.env and fill in. That path is outside this
# repo on purpose: it holds a key, and anything committed is potentially
# public. chmod 600 it.
#
# Get a key at https://openweathermap.org/api. A new key returns
# "401 Invalid API key" for minutes to hours after creation; that is the API
# activating it, not a mistake in this file.
KEY=your_32_character_api_key_here
CITY=Your City
COUNTRY=XX
UNITS=metric
|