Skip to content

Commit

Permalink
update acrostic challenge content and image
Browse files Browse the repository at this point in the history
  • Loading branch information
fturmel committed Jul 28, 2024
1 parent 5335f52 commit 091dc22
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions content/videos/challenges/73-acrostic/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,15 @@
],
"codeExamples": [
{
"title": "Source code",
"description": "The source code for the acrostic generator.",
"title": "Updated source code",
"description": "An updated version of the challenge using the Datamuse API.",
"urls": {
"p5": "https://editor.p5js.org/kfahn/sketches/1-UXfIl9b"
}
},
{
"title": "Original source code",
"description": "Note that the Wordnik 'word search' API endpoint is not currently available.",
"urls": {
"p5": "https://github.com/CodingTrain/Coding-Challenges/tree/main/073_Acrostic/P5"
}
Expand All @@ -53,15 +60,20 @@
"title": "Wordnik",
"url": "https://www.wordnik.com/"
},
{
"icon": "πŸ”—",
"title": "Datamuse word search API",
"url": "https://www.datamuse.com/api/"
},
{
"icon": "πŸ”—",
"title": "Acrostic on Wikipedia",
"url": "https://en.wikipedia.org/wiki/Acrostic"
},
{
"icon": "πŸ”—",
"title": "Programming from A to Z on GitHub",
"url": "https://github.com/Programming-from-A-to-Z"
"title": "Programming from A to Z course",
"url": "https://shiffman-archive.netlify.app/a2z/"
},
{
"icon": "πŸ”—",
Expand Down
Binary file added content/videos/challenges/73-acrostic/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 091dc22

Please sign in to comment.