Skip to content

Commit d47f102

Browse files
committed
baseline
1 parent 29242aa commit d47f102

File tree

1 file changed

+41
-0
lines changed
  • content/videos/challenges/118-mastodon-fractal-tree-bot

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"title": "Mastodon Fractal Tree Bot",
3+
"description": "In part 1 of this coding challenge, I create a node.js Mastodon bot that posts images (fractal trees) generated with Processing code. In part 2, I revise the node.js Mastodon bot to post images (fractal trees) in response to user mentions.",
4+
"videoId": "luxczHFn1rU",
5+
"videoNumber": "118",
6+
"date": "2018-10-16",
7+
"languages": ["Processing", "JavaScript", "Java", "Node.js"],
8+
"topics": ["Mastodon", "bots", "fractals"],
9+
"canContribute": true,
10+
"relatedChallenges": [],
11+
"timestamps": [],
12+
"parts": [
13+
{
14+
"title": "Part 1 - ?",
15+
"videoId": "luxczHFn1rU",
16+
"timestamps": [{ "time": "0:00", "title": "Introduction" }]
17+
},
18+
{
19+
"title": "Part 2 - ?",
20+
"videoId": "PUPWPjjkNqQ",
21+
"timestamps": [
22+
{ "time": "0:00", "title": "Introduction" },
23+
{ "time": "0:30", "title": "Change the code" },
24+
{ "time": "1:00", "title": "Why Mastodon" },
25+
{ "time": "1:40", "title": "Streaming API" },
26+
{ "time": "2:50", "title": "Looking up previous code" },
27+
{ "time": "4:00", "title": "Adding new code" },
28+
{ "time": "6:00", "title": "Regular expressions" },
29+
{ "time": "10:00", "title": "Testing" },
30+
{ "time": "11:00", "title": "Adding an angle" },
31+
{ "time": "13:00", "title": "Adding arguments" }
32+
]
33+
}
34+
],
35+
"codeExamples": [],
36+
"groupLinks": [],
37+
"credits": [
38+
{ "title": "Editing", "name": "Mathieu Blanchette" },
39+
{ "title": "Animations", "name": "Jason Heglund" }
40+
]
41+
}

0 commit comments

Comments
 (0)