Skip to content

Commit 091dc22

Browse files
committed
update acrostic challenge content and image
1 parent 5335f52 commit 091dc22

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

β€Žcontent/videos/challenges/73-acrostic/index.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,15 @@
2727
],
2828
"codeExamples": [
2929
{
30-
"title": "Source code",
31-
"description": "The source code for the acrostic generator.",
30+
"title": "Updated source code",
31+
"description": "An updated version of the challenge using the Datamuse API.",
32+
"urls": {
33+
"p5": "https://editor.p5js.org/kfahn/sketches/1-UXfIl9b"
34+
}
35+
},
36+
{
37+
"title": "Original source code",
38+
"description": "Note that the Wordnik 'word search' API endpoint is not currently available.",
3239
"urls": {
3340
"p5": "https://github.com/CodingTrain/Coding-Challenges/tree/main/073_Acrostic/P5"
3441
}
@@ -53,15 +60,20 @@
5360
"title": "Wordnik",
5461
"url": "https://www.wordnik.com/"
5562
},
63+
{
64+
"icon": "πŸ”—",
65+
"title": "Datamuse word search API",
66+
"url": "https://www.datamuse.com/api/"
67+
},
5668
{
5769
"icon": "πŸ”—",
5870
"title": "Acrostic on Wikipedia",
5971
"url": "https://en.wikipedia.org/wiki/Acrostic"
6072
},
6173
{
6274
"icon": "πŸ”—",
63-
"title": "Programming from A to Z on GitHub",
64-
"url": "https://github.com/Programming-from-A-to-Z"
75+
"title": "Programming from A to Z course",
76+
"url": "https://shiffman-archive.netlify.app/a2z/"
6577
},
6678
{
6779
"icon": "πŸ”—",
90.1 KB
Loading

0 commit comments

Comments
Β (0)