From fd64281676906d97bfeae938b4aa2b6ab3717a13 Mon Sep 17 00:00:00 2001 From: Max Goodhart Date: Wed, 1 Jul 2020 13:07:55 -0700 Subject: [PATCH] Add example TOML data file --- example.streams.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 example.streams.toml diff --git a/example.streams.toml b/example.streams.toml new file mode 100644 index 0000000..bcd6c5d --- /dev/null +++ b/example.streams.toml @@ -0,0 +1,11 @@ +[[streams]] +city = "Varied" +label = "yo" +link = "https://twitch.tv/woke" +notes = "Live protest streams from around the world." +source = "woke.net" + +[[streams]] +kind = "web" +label = "zombocom" +link = "https://html5zombo.com"