From de8a0ac19ba6e32d091c7591ede4c20389c1a139 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Tue, 7 Jan 2020 00:05:33 -0600 Subject: [PATCH] Add constants --- src/constants.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/constants.ts diff --git a/src/constants.ts b/src/constants.ts new file mode 100644 index 0000000..e131d3d --- /dev/null +++ b/src/constants.ts @@ -0,0 +1,10 @@ +// +// constants.ts +// +// Written by: Tyler Akins (2020/01/06) +// + + +export const TWITCH_URI: string = "https://api.twitch.tv/helix/streams"; + +export const DATAFILE: string = "data.temp.json"; \ No newline at end of file