aboutsummaryrefslogtreecommitdiff
path: root/template-config.js
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-09-04 22:28:08 -0500
committerMark Powers <markppowers0@gmail.com>2020-09-04 22:28:08 -0500
commit3ad949e08e8e289d6af3b629ab62d686cbef7e48 (patch)
treed6855cf1333d8c9e9ec7078cef0842a2b13000d6 /template-config.js
Initial commit
Diffstat (limited to 'template-config.js')
-rw-r--r--template-config.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/template-config.js b/template-config.js
new file mode 100644
index 0000000..a69143b
--- /dev/null
+++ b/template-config.js
@@ -0,0 +1,12 @@
+const OPEN_WEATHER_API_KEY = undefined;
+const LAT = undefined;
+const LON = undefined;
+const WUNDERGROUND_STATION = undefined;
+const WIKI_URL = undefined;
+const RSS_URL = undefined;
+const RSS_VIDEO_URL = undefined;
+const GITEA_URL = undefined;
+const FILES_URL = undefined;
+const FILE_FEED_URL = undefined;
+const CALENDAR_URL = undefined;
+const WEATHER_UNITS = "imperial" \ No newline at end of file