Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/$%7Bart_info.art.src%7D?q=fetch&page=1200&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=fetch

Returns an array of strings in format "username" or "username/projectName"

Found 13344 results for "fetch"(1268ms)

retrievalPracticemain.tsx1 match

@petermillspaugh•Updated 1 year ago
151 fillBlank: FILL_BLANK,
152 quiz: QUIZ,
153 fetchHtml: (email: string, lesson: number) =>
154 generateLessonHtml({
155 email,

sendDailyLessonsmain.tsx1 match

@petermillspaugh•Updated 1 year ago
43 replyTo: "pete@petemillspaugh.com",
44 subject: `Lesson ${nextLesson + 1}: ${lessons[nextLesson].title}`,
45 html: lessons[nextLesson].fetchHtml(emailAddress, nextLesson),
46 });
47 }

sendLessonmain.tsx1 match

@petermillspaugh•Updated 1 year ago
26 replyTo: "pete@petemillspaugh.com",
27 subject: `Lesson ${lesson + 1}: ${lessons[lesson].title}`,
28 html: lessons[lesson].fetchHtml(emailAddress, lesson),
29 });
30}

learningAboutLearningmain.tsx1 match

@petermillspaugh•Updated 1 year ago
61 fillBlank: FILL_BLANK,
62 quiz: QUIZ,
63 fetchHtml: (email: string, lesson: number) =>
64 generateLessonHtml({
65 email,

yourBrainmain.tsx1 match

@petermillspaugh•Updated 1 year ago
82 fillBlank: FILL_BLANK,
83 quiz: QUIZ,
84 fetchHtml: (email: string, lesson: number) =>
85 generateLessonHtml({
86 email,

growthMindsetmain.tsx1 match

@petermillspaugh•Updated 1 year ago
31 fillBlank: FILL_BLANK,
32 quiz: QUIZ,
33 fetchHtml: (email: string, lesson: number) =>
34 generateLessonHtml({
35 email,

generationmain.tsx1 match

@petermillspaugh•Updated 1 year ago
61 fillBlank: FILL_BLANK,
62 quiz: QUIZ,
63 fetchHtml: (email: string, lesson: number) =>
64 generateLessonHtml({
65 email,

elaborationAndReflectionmain.tsx1 match

@petermillspaugh•Updated 1 year ago
42 fillBlank: FILL_BLANK,
43 quiz: QUIZ,
44 fetchHtml: (email: string, lesson: number) =>
45 generateLessonHtml({
46 email,

variedPracticemain.tsx1 match

@petermillspaugh•Updated 1 year ago
52 fillBlank: FILL_BLANK,
53 quiz: QUIZ,
54 fetchHtml: (email: string, lesson: number) =>
55 generateLessonHtml({
56 email,

interleavingmain.tsx1 match

@petermillspaugh•Updated 1 year ago
36 fillBlank: FILL_BLANK,
37 quiz: QUIZ,
38 fetchHtml: (email: string, lesson: number) =>
39 generateLessonHtml({
40 email,

GithubPRFetcher

@andybak•Updated 1 day ago

proxiedfetch1 file match

@jayden•Updated 2 days ago