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