File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
content/videos/challenges/73-acrostic Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 27
27
],
28
28
"codeExamples" : [
29
29
{
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." ,
32
39
"urls" : {
33
40
"p5" : " https://github.com/CodingTrain/Coding-Challenges/tree/main/073_Acrostic/P5"
34
41
}
53
60
"title" : " Wordnik" ,
54
61
"url" : " https://www.wordnik.com/"
55
62
},
63
+ {
64
+ "icon" : " π" ,
65
+ "title" : " Datamuse word search API" ,
66
+ "url" : " https://www.datamuse.com/api/"
67
+ },
56
68
{
57
69
"icon" : " π" ,
58
70
"title" : " Acrostic on Wikipedia" ,
59
71
"url" : " https://en.wikipedia.org/wiki/Acrostic"
60
72
},
61
73
{
62
74
"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/ "
65
77
},
66
78
{
67
79
"icon" : " π" ,
You canβt perform that action at this time.
0 commit comments