summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.ts b/config.ts
index fb85d7e..f74c024 100644
--- a/config.ts
+++ b/config.ts
@@ -77,3 +77,10 @@ export const math = {
export const updates = {
interval: 900000,
};
+
+export const weather = {
+ interval: 600000,
+ key: "assets/weather-api-key.txt", // Path to file containing api key relative to the base directory. To get a key, visit https://weatherapi.com/
+ location: "", // Location as a string or empty to autodetect
+ // TODO: imperial
+};