aboutsummaryrefslogtreecommitdiff
path: root/template-config.js
blob: a69143b85d4f1b7fde01f3e935c5aefce426da6a (plain)
1
2
3
4
5
6
7
8
9
10
11
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"