Skip to content

Commit 407b5c9

Browse files
committed
Update index.json
adding a few more related challenges and editing description
1 parent 6ab9d3a commit 407b5c9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

content/videos/livestreams/shiffbot/index.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"title": "I, Robot",
3-
"description": "Livestream discussing ShiffBot and reviewing your showcase submissions",
3+
"description": "Livestream discussing ShiffBot, reviewing your showcase submissions, and coding a bot.",
44
"videoId": "ORe-c1crRcE",
55
"date": "2024-02-02",
66
"languages": ["Javascript"],
77
"topics": ["Gemini API", "ShiffBot", "node", "Genuary 2024"],
88
"canContribute": true,
9-
"relatedChallenges": ["179-wolfram-ca", "180-falling-sand"],
9+
"relatedChallenges": [
10+
"42-markov-chain-name-generator",
11+
"79-number-guessing-chatbot",
12+
"80-voice-chatbot-with-p5speech",
13+
"179-wolfram-ca",
14+
"180-falling-sand"
15+
],
1016
"timestamps": [
1117
{ "time": "0:00:00", "title": "Count down starts" },
1218
{ "time": "0:09:09", "title": "Welcome to the livestream!" },
@@ -18,7 +24,7 @@
1824
{ "time": "1:40:10", "title": "Genuary 2024" },
1925
{ "time": "1:42:10", "title": "Coding a bot" },
2026
{ "time": "1:55:05", "title": "Hook bot to p5" },
21-
{ "time": "1:59:57", "title": "Create a route on the node server to receive a message from p5" },
27+
{ "time": "1:59:57", "title": "Connect the server to p5" },
2228
{ "time": "2:07:03", "title": "Multi-turn conversations" },
2329
{ "time": "2:18:59", "title": "Next steps" },
2430
{ "time": "2:23:17", "title": "Outro" }

0 commit comments

Comments
 (0)